mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 19:37:00 +05:30
fix(scripts): turn on stricter validation
This commit is contained in:
parent
3ef94f2d60
commit
f0cb6d638f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -ex
|
set -euxo pipefail
|
||||||
|
|
||||||
LATEST_TAG="latest"
|
LATEST_TAG="latest"
|
||||||
CURRENT_REV="$(git rev-parse --short HEAD)"
|
CURRENT_REV="$(git rev-parse --short HEAD)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue