ignore non-zero exit codes

merge-requests/131/head
nr0q 2021-09-21 22:13:46 -05:00
rodzic 8a3fda0d89
commit 79f0edd0d1
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -65,6 +65,9 @@ build-userguide:
- .cache/
- node_modules/
script:
# ignore non-zero exit code (for now - comment when not needed)
- false || exit_code=$?
- if [ $exit_code -ne 0 ]; then echo "Previous command failed"; fi;
# get stuff needed to convert the wiki to a pdf
- |
echo -e "\e[0Ksection_start:`date +%s`:apt_get[collapsed=true]\r\e[0KGetting Dependencies"