Skip to content

Commit

Permalink
Guarantee runner connection string refresh.
Browse files Browse the repository at this point in the history
The buildSrc project used for the database related tasks uses a cached
configuration object (Postgres Params).
  • Loading branch information
jmchamica committed Jun 15, 2020
1 parent ce5b3b7 commit 2727ef3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gcp_release_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
-v "$(pwd)/../docker:/mnt" \
$SCHEMA_DIFF_IMG apply
- name: Guarantee connection string refresh, in case this job is executed by a previous runner
working-directory: project
run: ./gradlew clean -p buildSrc

- name: Insert Issue Token
working-directory: project
run: JDBC_DATABASE_URL="jdbc:postgresql://localhost:$DB_PROXY_PORT/$DB_NAME?user=$DB_USER&password=$DB_PASS" ./gradlew pgInsertIssueToken
Expand Down

0 comments on commit 2727ef3

Please sign in to comment.