Skip to content
Snippets Groups Projects

F fix pipeline

Merged Henrik tom Wörden requested to merge f-fix-pipeline into dev
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -23,7 +23,7 @@ services:
@@ -23,7 +23,7 @@ services:
- mariadb:10.4
- mariadb:10.4
variables:
variables:
DEPLOY_REF: dev
DEPLOY_REF: dev
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/caosdb-mysqlbackend/testenv:latest
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/caosdb-mysqlbackend/testenv:latest
MYSQL_ROOT_PASSWORD: caosdb1234
MYSQL_ROOT_PASSWORD: caosdb1234
image: $CI_REGISTRY_IMAGE
image: $CI_REGISTRY_IMAGE
@@ -65,6 +65,7 @@ build-testenv:
@@ -65,6 +65,7 @@ build-testenv:
only:
only:
- web
- web
- shedules
- shedules
 
- f-fix-pipeline
stage: setup
stage: setup
script:
script:
- cd .docker
- cd .docker
Loading