Skip to content

Commit ba40c5a

Browse files
committed
fix: unterminated quoted string
1 parent 61c8662 commit ba40c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ until kubectl exec -i deployment/test-postgres -- sh -c pg_isready; do
138138
echo "Waiting for postgres to be ready..."
139139
sleep 3
140140
done
141-
kubectl exec -i deployment/test-postgres -- sh -c "psql -U postgres -c 'DROP DATABASE IF EXISTS refinery;"
141+
kubectl exec -i deployment/test-postgres -- sh -c "psql -U postgres -c 'DROP DATABASE IF EXISTS refinery;'"
142142
kubectl exec -i deployment/test-postgres -- sh -c "psql -U postgres -c '$(cat infrastructure/test/deployment/assets/init.sql)'"
143143
echo "::endgroup::"
144144

0 commit comments

Comments
 (0)