Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-24 17:43:59 -04:00
parent 389e51b918
commit df6348bce9
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -e
set -o pipefail
#set -e
#set -o pipefail
set -x
if [[ ! -z "$TOKEN" ]]; then
GITHUB_TOKEN=$TOKEN