We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d17df commit 840fdfbCopy full SHA for 840fdfb
1 file changed
utplsql-cicd-flyway-demo.yml
@@ -35,6 +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"
39
environment: "build"
40
artifactName: ${{ variables.artifactName }}
41
packages:
0 commit comments