mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
15 lines
245 B
Bash
Executable File
15 lines
245 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./ci/zinc/linux_base.sh
|
|
|
|
VERSION=$($RELEASE_STAGING/zig version)
|
|
|
|
# Avoid leaking oauth token.
|
|
set +x
|
|
|
|
cd $WORKSPACE
|
|
./ci/srht/on_master_success "$VERSION" "$SRHT_OAUTH_TOKEN"
|
|
|
|
# Explicit exit helps show last command duration.
|
|
exit
|