mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Fix --snapcraft flag
This commit is contained in:
parent
1d71059580
commit
a19895850c
1 changed files with 1 additions and 1 deletions
|
@ -710,7 +710,7 @@ build() {
|
||||||
${SRC_DIR}/AppImage-Recipe.sh "$APP_NAME" "$RELEASE_NAME"
|
${SRC_DIR}/AppImage-Recipe.sh "$APP_NAME" "$RELEASE_NAME"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [ BUILD_SNAPCRAFT ]; then
|
if ${BUILD_SNAPCRAFT}; then
|
||||||
logInfo "Building snapcraft docker image..."
|
logInfo "Building snapcraft docker image..."
|
||||||
|
|
||||||
sudo docker image build -t "$DOCKER_IMAGE" "$(realpath "$SRC_DIR")/ci/snapcraft"
|
sudo docker image build -t "$DOCKER_IMAGE" "$(realpath "$SRC_DIR")/ci/snapcraft"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue