ACS-550 Add extra debug info in build scripts [skip ci]

This commit is contained in:
Cezar.Leahu
2020-08-27 16:13:36 +03:00
parent 01abc7f3f3
commit cfd9508585
5 changed files with 41 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set +vx
function isPullRequestBuild() {
test "${TRAVIS_PULL_REQUEST}" != "false"
@@ -126,3 +127,4 @@ function retieveLatestTag() {
rm -rf "${LOCAL_PATH}"
}
set -vx