Skip to content
Snippets Groups Projects

Goldenrod Q3 hotfix 1 for production

Merged Steffen Köhler requested to merge erm.live.de15-2020q3hf1 into folio-erm_DE-15-live
Compare and
7 files
+ 3738
3356
Preferences
Compare changes
Files
7
+ 10
6
@@ -10,11 +10,13 @@ variables:
staging_repo: services.ub.uni-leipzig.de:11443/bdd_dev/folio/stripes-folio-erm-de_15-live
alpha_repo: services.ub.uni-leipzig.de:11443/bdd_dev/folio/stripes-folio-erm-de_15-live
DOCKER_TLS_CERTDIR: ""
FOLIO_VERSION: 2020-q2-hf2
FOLIO_VERSION: 2020-q3-hf-1
OKAPI_URL: https://okapi.erm.live.folio.finc.info
TENANT_ID: de_15
docker_build:
stage: build
image: ubleipzig/deployer:1.3.2
image: ubleipzig/deployer:1.5.0-rc2
services:
- docker:dind
script: |
@@ -22,6 +24,8 @@ docker_build:
--build-arg HTTP_PROXY=${HTTP_PROXY} \
--build-arg HTTPS_PROXY=${HTTPS_PROXY} \
--build-arg NO_PROXY=${NO_PROXY} \
--build-arg OKAPI_URL=${OKAPI_URL} \
--build-arg TENANT_ID=${TENANT_ID} \
--output image.tar.gz
artifacts:
name: docker-image
@@ -36,7 +40,7 @@ docker_build:
docker_publish_alpha:
stage: publish
image: ubleipzig/deployer:1.3.2
image: ubleipzig/deployer:1.5.0-rc2
services:
- docker:dind
script: |
@@ -60,7 +64,7 @@ docker_publish_alpha:
docker_publish_staging:
stage: publish
image: ubleipzig/deployer:1.3.2
image: ubleipzig/deployer:1.5.0-rc2
services:
- docker:dind
script: |
@@ -82,7 +86,7 @@ docker_publish_staging:
docker_publish_production:
stage: publish
image: ubleipzig/deployer:1.3.2
image: ubleipzig/deployer:1.5.0-rc2
services:
- docker:dind
script: |
@@ -106,4 +110,4 @@ docker_publish_production:
except:
- branches
only:
- /^release\/.*/
\ No newline at end of file
- /^release\/.*/