Skip to content

Commit a1fc8b2

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

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

templates/t-extend-database-build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ steps:
4949
addPipelineData: false
5050
addBaseImageData: false
5151

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 }}'
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)