Skip to content
Snippets Groups Projects
Commit 493510df authored by Daniel's avatar Daniel
Browse files

MAINT: Undoing MYSQL > SQL change.

parent 5359ebdb
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
# #
variables: variables:
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-sqlbackend-testenv:latest CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-mysqlbackend-testenv:latest
# With dind the docker deamon is available on the network # With dind the docker deamon is available on the network
DOCKER_HOST: tcp://docker:2375/ DOCKER_HOST: tcp://docker:2375/
# When using dind, it's wise to use the overlayfs driver for # When using dind, it's wise to use the overlayfs driver for
...@@ -45,8 +45,8 @@ trigger_build: ...@@ -45,8 +45,8 @@ trigger_build:
script: script:
- /usr/bin/curl -X POST - /usr/bin/curl -X POST
-F token=8f29e5eeb7db2123d9c2bb84634da2 -F token=8f29e5eeb7db2123d9c2bb84634da2
-F "variables[SQLBACKEND]=$CI_COMMIT_REF_NAME" -F "variables[MYSQLBACKEND]=$CI_COMMIT_REF_NAME"
-F "variables[TriggerdBy]=SQLBACKEND" -F "variables[TriggerdBy]=MYSQLBACKEND"
-F "variables[TriggerdByHash]=$CI_COMMIT_SHORT_SHA" -F "variables[TriggerdByHash]=$CI_COMMIT_SHORT_SHA"
-F ref=master https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline -F ref=master https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment