Skip to content

Commit

Permalink
Fix Jenkins config
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-t committed Dec 10, 2015
1 parent 1368136 commit 53c0291
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hack/jenkins/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1039,10 +1039,10 @@ esac
# AWS variables
export KUBE_AWS_INSTANCE_PREFIX=${E2E_CLUSTER_NAME}
export KUBE_AWS_ZONE=${E2E_ZONE}
export AWS_CONFIG_FILE=${AWS_CONFIG_FILE}
export AWS_SSH_KEY=${AWS_SSH_KEY}
export KUBE_SSH_USER=${KUBE_SSH_USER}
export AWS_SHARED_CREDENTIALS_FILE=${AWS_SHARED_CREDENTIALS_FILE}
export AWS_CONFIG_FILE=${AWS_CONFIG_FILE:-}
export AWS_SSH_KEY=${AWS_SSH_KEY:-}
export KUBE_SSH_USER=${KUBE_SSH_USER:-}
export AWS_SHARED_CREDENTIALS_FILE=${AWS_SHARED_CREDENTIALS_FILE:-}

# GCE variables
export INSTANCE_PREFIX=${E2E_CLUSTER_NAME}
Expand Down

0 comments on commit 53c0291

Please sign in to comment.