We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b2cf6 commit 39f450aCopy full SHA for 39f450a
1 file changed
utplsql-cicd-flyway-demo.yml
@@ -35,7 +35,7 @@ extends:
35
containerRegistry: ${{ variables.containerRegistry }}
36
dockerRepo: ${{ variables.dockerRepo }}
37
connectionString: "127.0.0.1:1521/ORCLCDB"
38
- jdbcConnectionString: "127.0.0.1:1521:ORCLCDB"
+ jdbcConnectionString: "localhost:1521:ORCLCDB"
39
environment: "build"
40
artifactName: ${{ variables.artifactName }}
41
packages:
0 commit comments