mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
13 lines
204 B
Bash
13 lines
204 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. ./ci/zinc/linux_base.sh
|
||
|
|
||
|
# 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
|