mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix --snapcraft flag
This commit is contained in:
parent
1d71059580
commit
a19895850c
@ -710,7 +710,7 @@ build() {
|
||||
${SRC_DIR}/AppImage-Recipe.sh "$APP_NAME" "$RELEASE_NAME"
|
||||
fi
|
||||
else
|
||||
if [ BUILD_SNAPCRAFT ]; then
|
||||
if ${BUILD_SNAPCRAFT}; then
|
||||
logInfo "Building snapcraft docker image..."
|
||||
|
||||
sudo docker image build -t "$DOCKER_IMAGE" "$(realpath "$SRC_DIR")/ci/snapcraft"
|
||||
|
Loading…
Reference in New Issue
Block a user