File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ kubectl -n devtroncd apply -f $PWD/tests/integrationTesting/postgresql-secret.ya
21
21
kubectl -ndevtroncd apply -f $PWD /tests/integrationTesting/postgresql.yaml
22
22
kubectl -n devtroncd apply -f $PWD /tests/integrationTesting/devtron-secret.yaml
23
23
kubectl -n devtroncd apply -f $PWD /tests/integrationTesting/nats-server.yaml
24
+ # we are copying sql scripts into node container and this conainer's name is fixed
24
25
docker cp $PWD /scripts/sql/ k3d-it-cluster-server-0:./tmp/scripts
25
26
yq ' (select(.metadata.name == "postgresql-migrate-devtron") | .spec.template.spec.containers[0].env[0].value) = env(TEST_BRANCH)' $PWD /tests/integrationTesting/migrator.yaml -i
26
27
yq ' (select(.metadata.name == "postgresql-migrate-devtron") | .spec.template.spec.containers[0].env[9].value) = env(LATEST_HASH)' $PWD /tests/integrationTesting/migrator.yaml -i
You can’t perform that action at this time.
0 commit comments