aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMichael Dusan <michael.dusan@gmail.com>2021-12-04 23:19:41 -0500
committerAndrew Kelley <andrew@ziglang.org>2021-12-04 20:28:26 -0800
commit117c0460d3f5ff05d5e2c51c2aa376b56be13096 (patch)
tree3d45ce0874b2dd83e60116d00a40c88714a5a45c /ci
parent2f18c5955ae4fccbbcac312d8b2e0171c704915e (diff)
downloadzig-117c0460d3f5ff05d5e2c51c2aa376b56be13096.tar.gz
zig-117c0460d3f5ff05d5e2c51c2aa376b56be13096.zip
ci: linux: pass VERSION on_master_success
Diffstat (limited to 'ci')
-rwxr-xr-xci/zinc/linux_on_master_sucess.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/zinc/linux_on_master_sucess.sh b/ci/zinc/linux_on_master_sucess.sh
index ffd4f4c1c2..3e9b50454a 100755
--- a/ci/zinc/linux_on_master_sucess.sh
+++ b/ci/zinc/linux_on_master_sucess.sh
@@ -2,6 +2,8 @@
. ./ci/zinc/linux_base.sh
+VERSION=$($RELEASE_STAGING/zig version)
+
# Avoid leaking oauth token.
set +x