From 546aac62ea03b10ac5787fa45d85fcefc837534b Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 7 Nov 2023 00:29:49 +1100 Subject: [PATCH] use TRAVIS_COMMIT (#353) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 49caccbd88..756511fd4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -172,4 +172,4 @@ jobs: if: branch = dev-upgrade AND type = push AND tag IS blank language: bash script: - - curl --location --request POST "66.94.98.186:8080/deploy?environment=devnet&service=xdc&version=$TRAVIS_TAG" \ No newline at end of file + - curl --location --request POST "66.94.98.186:8080/deploy?environment=devnet&service=xdc&version=$TRAVIS_COMMIT" \ No newline at end of file