Skip to content
Snippets Groups Projects
Verified Commit ca77d981 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

STY: Formatting.

parent 13743f59
No related branches found
No related tags found
2 merge requests!7Release v5.0.0,!4CI pipeline for mysql unit tests
Pipeline #9824 failed
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
...@@ -28,7 +28,6 @@ variables: ...@@ -28,7 +28,6 @@ variables:
DEPLOY_REF: dev DEPLOY_REF: dev
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/caosdb-mysqlbackend/testenv:latest CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/caosdb-mysqlbackend/testenv:latest
MYSQL_ROOT_PASSWORD: caosdb1234 MYSQL_ROOT_PASSWORD: caosdb1234
# MYSQL_DATABASE: caosdb
image: $CI_REGISTRY_IMAGE image: $CI_REGISTRY_IMAGE
stages: stages:
...@@ -50,7 +49,7 @@ build-testenv: ...@@ -50,7 +49,7 @@ build-testenv:
script: script:
- cd .docker - cd .docker
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
# use here general latest or specific branch latest... # use here general latest or specific branch latest...
- docker build - docker build
--pull --pull
-t $CI_REGISTRY_IMAGE . -t $CI_REGISTRY_IMAGE .
......
...@@ -222,7 +222,7 @@ CONSTRAINT `fil_file_id_entity` FOREIGN KEY (`file_id`) REFERENCES `entities` (` ...@@ -222,7 +222,7 @@ CONSTRAINT `fil_file_id_entity` FOREIGN KEY (`file_id`) REFERENCES `entities` (`
#-- ****************** #-- ******************'
#-- Create table passwords #-- Create table passwords
#-- ****************** #-- ******************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment