FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit e76973f4 authored by S.M. Shorrock's avatar S.M. Shorrock
Browse files

Update .gitlab-ci.yml file

parent 51b1b27d
No related branches found
No related tags found
No related merge requests found
Pipeline #490202 passed
......@@ -6,7 +6,7 @@ docker_build:
tags:
- docker
script:
- cp -R oraclelinux7/12.2.0.1/* ./
- cp -R OracleInstantClient/oraclelinux7/12.2.0.1/* ./
- echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin
- docker build --pull -t $CI_REGISTRY_IMAGE/oracle/instantclient:12.2.0.1 .
- docker push $CI_REGISTRY_IMAGE/oracle/instantclient:12.2.0.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment