Skip to content

Commit

Permalink
[shellcheck] Fix bad return code
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and github-actions[bot] committed Feb 17, 2021
1 parent c8844e3 commit 7611c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/ogc/build.sh
@@ -1,7 +1,7 @@
#!/bin/bash

mkdir /usr/src/qgis/build
cd /usr/src/qgis/build || exit -1
cd /usr/src/qgis/build || exit 1

cmake -GNinja \
-DWITH_QUICK=OFF \
Expand Down

0 comments on commit 7611c97

Please sign in to comment.