mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +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 -e
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
GITHUB_TOKEN=${GITHUB_TOKEN:-$TOKEN}
|
if [[ ! -z "$TOKEN" ]]; then
|
||||||
|
GITHUB_TOKEN=$TOKEN
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ -z "$GITHUB_TOKEN" ]]; then
|
if [[ -z "$GITHUB_TOKEN" ]]; then
|
||||||
echo "Set the GITHUB_TOKEN env variable."
|
echo "Set the GITHUB_TOKEN env variable."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user