diff options
author | Christian Segundo | 2024-07-08 16:16:10 +0200 |
---|---|---|
committer | Christian Segundo | 2024-07-08 16:20:05 +0200 |
commit | 1963601c8b743f637fca66008fd3f36275906643 (patch) | |
tree | aedf2239a841161936acbe89ce9b5515639f998d /.scripts.d | |
parent | bcf3c1318a7d9dcaf1407fe78e9c1a68b72f75e2 (diff) | |
download | jenkins-agent-docker-cli-1963601c8b743f637fca66008fd3f36275906643.tar.gz |
fix goss run
Diffstat (limited to '.scripts.d')
-rw-r--r-- | .scripts.d/30-test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.scripts.d/30-test.sh b/.scripts.d/30-test.sh index aacc15d..46fdd9d 100644 --- a/.scripts.d/30-test.sh +++ b/.scripts.d/30-test.sh @@ -15,6 +15,7 @@ curl -fsSL https://goss.rocks/install | sh export GOSS_SLEEP=${GOSS_SLEEP:-5} export GOSS_VARS=${GOSS_VARS:-} +export GOSS_ADDITIONAL_COPY_PATH=${GOSS_ADDITIONAL_COPY_PATH:-} export GOSS_OPTS="--format junit --no-color" export CONTAINER_LOG_OUTPUT=${CONTAINER_LOG_OUTPUT:-} export GOSS_FILES_STRATEGY=cp |