We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b2a13 commit d9a3700Copy full SHA for d9a3700
src/main/scripts/ci/ansible/deploy.yml
@@ -40,9 +40,9 @@
40
# The command to execute JVM is similar to ExecStart from /etc/systemd/system/mystamps.service
41
- name: Ensuring whether Liquibase migrations are valid
42
shell: |
43
+ set -o pipefail
44
set -o nounset
45
set -o errexit
- set -o pipefail
46
eval "$(sed -n '/^[A-Z]/s||export &|p' mystamps.conf)"
47
java $JAVA_OPTS -jar mystamps-candidate.war liquibase validate
48
args:
0 commit comments