We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c8662 commit ba40c5aCopy full SHA for ba40c5a
k8s/test.sh
@@ -138,7 +138,7 @@ until kubectl exec -i deployment/test-postgres -- sh -c pg_isready; do
138
echo "Waiting for postgres to be ready..."
139
sleep 3
140
done
141
-kubectl exec -i deployment/test-postgres -- sh -c "psql -U postgres -c 'DROP DATABASE IF EXISTS refinery;"
+kubectl exec -i deployment/test-postgres -- sh -c "psql -U postgres -c 'DROP DATABASE IF EXISTS refinery;'"
142
kubectl exec -i deployment/test-postgres -- sh -c "psql -U postgres -c '$(cat infrastructure/test/deployment/assets/init.sql)'"
143
echo "::endgroup::"
144
0 commit comments