Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[shellcheck] Fix bad return code
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
.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 \ |
|
|