1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-23 04:12:46 +02:00
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

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