issues
search
HSLdevcom
/
OpenTripPlanner-data-container
OpenTripPlanner data container
13
stars
25
forks
source link
Halt image build on non-zero shell script return code
#275
Closed
joonaojapalo
closed
2 years ago
joonaojapalo
commented
2 years ago
Note:
#shellcheck disable=2015
statements are to allow chained structure
A && B || C
on purpose. ShellCheck raises error to indicate that statement
C
may be run even though statement
A
runs succesfully.
#shellcheck disable=2015
statements are to allow chained structureA && B || C
on purpose. ShellCheck raises error to indicate that statementC
may be run even though statementA
runs succesfully.