mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-24 20:55:39 +02: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
|
||||
set -e
|
||||
set -o pipefail
|
||||
#set -e
|
||||
#set -o pipefail
|
||||
set -x
|
||||
|
||||
if [[ ! -z "$TOKEN" ]]; then
|
||||
GITHUB_TOKEN=$TOKEN
|
||||
|
Loading…
x
Reference in New Issue
Block a user