Skip to content

Commit 4813aae

Browse files
committed
Rearrange to allow binaries been kept
1 parent a1fc8b2 commit 4813aae

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

templates/t-extend-database-build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ steps:
4848
command: 'login'
4949
addPipelineData: false
5050
addBaseImageData: false
51-
52-
# - ${{ each trg_db in parameters.targetDatabases }}:
53-
# - bash: |
54-
# # download Oracle Database docker image from private repo and start the DB
55-
# time docker pull ${{ parameters.dockerRepo }}:${{ trg_db.oracleVersion }}
56-
# # start the docker container (DB)
57-
# time docker run -d --name ${{ trg_db.oracleVersion }} ${{ trg_db.dockerOptions }} -p 1521:${{ trg_db.dockerPortMap }} ${{ parameters.dockerRepo }}:${{ trg_db.oracleVersion }}
58-
# # Wait for DB startup
59-
# time docker logs -f ${{ trg_db.oracleVersion }} | grep -m 1 "DATABASE IS READY TO USE!" --line-buffered
60-
# displayName: 'Start Oracle DB Docker container: ${{ trg_db.oracleVersion }}'
51+
52+
- ${{ each trg_db in parameters.targetDatabases }}:
53+
- bash: |
54+
# download Oracle Database docker image from private repo and start the DB
55+
time docker pull ${{ parameters.dockerRepo }}:${{ trg_db.oracleVersion }}
56+
# start the docker container (DB)
57+
time docker run -d --name ${{ trg_db.oracleVersion }} ${{ trg_db.dockerOptions }} -p 1521:${{ trg_db.dockerPortMap }} ${{ parameters.dockerRepo }}:${{ trg_db.oracleVersion }}
58+
# Wait for DB startup
59+
time docker logs -f ${{ trg_db.oracleVersion }} | grep -m 1 "DATABASE IS READY TO USE!" --line-buffered
60+
displayName: 'Start Oracle DB Docker container: ${{ trg_db.oracleVersion }}'
6161
6262
# - ${{ each script in trg_db.scripts }}:
6363
# - template: t-extend-sqlcl.yml

0 commit comments

Comments
 (0)