Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Smeb committed May 29, 2020
1 parent d6bacf5 commit c4e5684
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ docker pull ${PLUGIN_BUILD_IMAGE} 2>&1 | sed 's/^/ /g'
for k in $(compgen -e); do
touch ${PWD}/outer_env_vars.env
case "$k" in
# avoid overwriting container's variables

# Note that the env vars to blacklist may be found using
# `docker run -it --entrypoint env quay.io/testcontainers/dind-drone-plugin`
DIND_COMMIT|DOCKER_CHANNEL|DOCKER_TLS_CERTDIR|DOCKER_VERSION|HOME|HOSTNAME|PATH|PWD|SHLVL)
# avoid overwriting container's variables
# Note that the env vars to blacklist may be found using
# `docker run -it --entrypoint env quay.io/testcontainers/dind-drone-plugin`
DIND_COMMIT|DOCKER_CHANNEL|DOCKER_TLS_CERTDIR|DOCKER_VERSION|HOME|HOSTNAME|PATH|PWD|SHLVL)
;;
*)
echo $k=${!k} >> ${PWD}/outer_env_vars.env
Expand Down

0 comments on commit c4e5684

Please sign in to comment.