mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
set -x
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
389e51b918
commit
df6348bce9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user