Compare commits
2 Commits
5a5fa09e70
...
35853c10c2
Author | SHA1 | Date | |
---|---|---|---|
35853c10c2 | |||
6009f16f95 |
@ -65,7 +65,7 @@ esac
|
||||
|
||||
CAPI_CLUSTER="--provider aws --release ${RELEASE}"
|
||||
CAPZ_CLUSTER="--provider azure --release ${RELEASE}"
|
||||
CAPG_CLUSTER="--provider gcp --project capi-test-phoenix --region europe-west3 --gcp-failure-domains europe-west3-a --gcp-machine-deployment-failure-domain europe-west3-a"
|
||||
CAPG_CLUSTER="--provider gcp --gcp-project giantswarm-352614 --region europe-west3 --gcp-failure-domains europe-west3-a --gcp-machine-deployment-failure-domain europe-west3-a"
|
||||
TEMPLATE_ARGS="--name ${NAME:0:5} --organization ${NAMESPACE}"
|
||||
case "${PROVIDER}" in
|
||||
aws)
|
||||
|
@ -54,3 +54,5 @@ preexec() {
|
||||
if overridden; then return; fi
|
||||
printf "\033]0;%s\a" "${1%% *} | $cwd" # Omit construct from $1 to show args
|
||||
}
|
||||
|
||||
eval "$(ssh-agent -s)" > /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user