Browse Source

Turn off error exit to get Stable out (#9304)

QGC4.4
Don Gagne 4 years ago committed by GitHub
parent
commit
0041f3a23d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      deploy/create_linux_appimage.sh

3
deploy/create_linux_appimage.sh

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
#!/bin/bash
set -Eeuxo pipefail # https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/
# This is causing master builds to fail. I'll figure it out once I get Stable out.
#set -Eeuxo pipefail # https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/
if [[ $# -eq 0 ]]; then
echo 'create_linux_appimage.sh QGC_SRC_DIR QGC_RELEASE_DIR'

Loading…
Cancel
Save