We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63baa3 commit 6b84c20Copy full SHA for 6b84c20
src/main/scripts/ci/ansible/deploy.yml
@@ -41,10 +41,12 @@
41
- name: Ensuring whether Liquibase migrations are valid
42
shell: |
43
set -eu
44
+ set -o pipefail
45
eval "$(sed -n '/^[A-Z]/s||export &|p' mystamps.conf)"
46
java $JAVA_OPTS -jar mystamps-candidate.war liquibase validate
47
args:
48
chdir: /data/mystamps
49
+ executable: /bin/bash
50
changed_when: False
51
register: liquibase_validate
52
0 commit comments