Skip to content

Commit 0f01122

Browse files
committed
refactor: use a long version of set's options
1 parent 6b84c20 commit 0f01122

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/scripts/ci/ansible/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
# The command to execute JVM is similar to ExecStart from /etc/systemd/system/mystamps.service
4141
- name: Ensuring whether Liquibase migrations are valid
4242
shell: |
43-
set -eu
43+
set -o nounset
44+
set -o errexit
4445
set -o pipefail
4546
eval "$(sed -n '/^[A-Z]/s||export &|p' mystamps.conf)"
4647
java $JAVA_OPTS -jar mystamps-candidate.war liquibase validate

0 commit comments

Comments
 (0)