zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 117c0460d3f5ff05d5e2c51c2aa376b56be13096 (tree)
parent 2f18c5955ae4fccbbcac312d8b2e0171c704915e
Author: Michael Dusan <michael.dusan@gmail.com>
Date:   Sat,  4 Dec 2021 23:19:41 -0500

ci: linux: pass VERSION on_master_success

Diffstat:
Mci/zinc/linux_on_master_sucess.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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