zig/ci/zinc/linux_on_master_sucess.sh
2021-12-04 20:28:26 -08:00

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