mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-13 16:30:29 -05:00
Merge pull request #2229 from keepassxreboot/feature/fix-release-tool-build
Fix --snapcraft flag
This commit is contained in:
commit
8b5530d2ba
@ -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