fix(scripts): turn on stricter validation

This commit is contained in:
Harsh Shandilya
2022-09-23 01:59:38 +05:30
parent 3ef94f2d60
commit f0cb6d638f
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -ex
set -euxo pipefail
LATEST_TAG="latest"
CURRENT_REV="$(git rev-parse --short HEAD)"