File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,14 @@ under_travis() {
84
84
# gcloud_auth || return 1
85
85
# DOCKER_REGISTRY=gcr.io/ REPO_NAME=${GCLOUD_REPO_NAME:-strapdata-factory/elassandra} BASE_IMAGE=launcher.gcr.io/google/debian9:latest build_with_retry
86
86
87
+ # #####
88
+ # This step isn't used anymore because launcher.gcr.io/google/debian9 is the default base_image now
89
+ # #####
87
90
# If tag = v6.2.3.x, construct the intermediate image for gke
88
- if [[ ${TRAVIS_TAG} == v6.2.3.+ ([0-9]) ]]; then
89
- # build a docker image based on google debian 9, used later as a base image in the elassandra gke marketplace
90
- REPO_NAME=${REPO_NAME} -debian-gcr BASE_IMAGE=launcher.gcr.io/google/debian9:latest build_with_retry
91
- fi
91
+ # if [[ ${TRAVIS_TAG} == v6.2.3.+([0-9]) ]]; then
92
+ # # build a docker image based on google debian 9, used later as a base image in the elassandra gke marketplace
93
+ # REPO_NAME=${REPO_NAME}-debian-gcr BASE_IMAGE=launcher.gcr.io/google/debian9:latest build_with_retry
94
+ # fi
92
95
fi
93
96
}
94
97
You can’t perform that action at this time.
0 commit comments