remove old env var from entrypoint

This commit is contained in:
Robert Kaussow 2019-09-23 08:32:18 +02:00
parent bc59aecbf5
commit 140a0e7c3a
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ set -o nounset
set -o errexit
ANSIBLE_ROLES_PATH=${ANSIBLE_ROLES_PATH:-/drone/src}
MOLECULE_REQUIREMENTS_FILE=${MOLECULE_REQUIREMENTS_FILE:-./requirements.yml}
if [ "${MOLECULE_CUSTOM_MODULES_REPO}" ]; then
mkdir ./library/

View File

@ -5,7 +5,6 @@ set -o nounset
set -o errexit
ANSIBLE_ROLES_PATH=${ANSIBLE_ROLES_PATH:-/drone/src}
MOLECULE_REQUIREMENTS_FILE=${MOLECULE_REQUIREMENTS_FILE:-./requirements.yml}
if [ "$GCE_SSH_KEY" ]; then
echo "$GCE_SSH_KEY" > $HOME/.ssh/google_compute_engine