mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
ea2cae1233
commit
31f28f832f
|
@ -2,7 +2,9 @@
|
|||
set -e
|
||||
set -o pipefail
|
||||
|
||||
GITHUB_TOKEN=${GITHUB_TOKEN:-$TOKEN}
|
||||
if [[ ! -z "$TOKEN" ]]; then
|
||||
GITHUB_TOKEN=$TOKEN
|
||||
fi
|
||||
|
||||
if [[ -z "$GITHUB_TOKEN" ]]; then
|
||||
echo "Set the GITHUB_TOKEN env variable."
|
||||
|
|
Loading…
Reference in New Issue
Block a user