We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b84c20 commit 0f01122Copy full SHA for 0f01122
src/main/scripts/ci/ansible/deploy.yml
@@ -40,7 +40,8 @@
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 -eu
+ set -o nounset
44
+ set -o errexit
45
set -o pipefail
46
eval "$(sed -n '/^[A-Z]/s||export &|p' mystamps.conf)"
47
java $JAVA_OPTS -jar mystamps-candidate.war liquibase validate
0 commit comments