Skip to content

Commit

Permalink
chore: runners no write permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
  • Loading branch information
spiffcs committed Jun 24, 2024
1 parent 5719f66 commit e3f7b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/update-quality-gate-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ url=$(echo "$output" | grep -m 1 -o 'URL: .*' | cut -d' ' -f2- | sed 's/^[[:spac
escaped_url=$(printf '%s\n' "$url" | sed -e 's/[\/&]/\\&/g')

# Replace TEST_DB_URL in specific Makefile using sed
sed -i '' -e "s|^TEST_DB_URL = .*|TEST_DB_URL = $escaped_url|" test/quality/Makefile
sed --e "s|^TEST_DB_URL = .*|TEST_DB_URL = $escaped_url|" test/quality/Makefile

0 comments on commit e3f7b48

Please sign in to comment.