File tree Expand file tree Collapse file tree 4 files changed +1
-3
lines changed Expand file tree Collapse file tree 4 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ SCRIPT_DIR=$(dirname $0)
77IMAGE_NAME=foodwinepairing-python
88IMAGE_VERSION=0.1
99
10-
1110if [ -z " $DOCKER_REGISTRY " ]; then
1211 echo " DOCKER_REGISTRY not set. Will get it with state_get"
1312 export DOCKER_REGISTRY=$( state_get DOCKER_REGISTRY)
Original file line number Diff line number Diff line change 22# # Copyright (c) 2021 Oracle and/or its affiliates.
33# # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
44
5-
65# See docs/Deploy.md for details
76k8s-deploy ' foodwinepairing-python-deployment.yaml foodwinepairing-service.yaml'
Original file line number Diff line number Diff line change 22# # Copyright (c) 2021 Oracle and/or its affiliates.
33# # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
44
5-
5+ export IS_SUGGESTIVE_SALE_ENABLED= $1
66IS_SUGGESTIVE_SALE_ENABLED=${IS_SUGGESTIVE_SALE_ENABLED-false}
77
88# See docs/Deploy.md for details
You can’t perform that action at this time.
0 commit comments