Skip to content

Commit 2f03a1e

Browse files
committed
fix k8s_manifests
remove common.env file that was created during build stage it has incorrect values that break deploy stage Change-Id: Icb7d52dc36f8fe21890c9696c35a8337698a4e8a
1 parent 3628aad commit 2f03a1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

k8s_manifests/run.sh

+4
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ function k8s() {
7070

7171
function manifest() {
7272
fetch_deployer_no_docker $deployer_image $deployer_dir || old_k8s_fetch_deployer
73+
74+
# we have to remove saved common.env from build stage
75+
rm $deployer_dir/common.env
76+
7377
CONTRAIL_REGISTRY=$CONTAINER_REGISTRY \
7478
CONTRAIL_CONTAINER_TAG=$CONTRAIL_CONTAINER_TAG \
7579
HOST_IP=$NODE_IP \

0 commit comments

Comments
 (0)