diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ad5f1304f0a6d15e935c7ad4378f55366673891..3bd2056394171458b60b53e3b8dc7b31c9b7b126 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,12 +47,15 @@ info: stage: info needs: [] script: + - *env - echo "Pipeline triggered by $TRIGGERED_BY_REPO@$TRIGGERED_BY_REF ($TRIGGERED_BY_HASH)" + - echo "Pipeline will trigger DEPLOY with branch $DEPLOY_REF" + - echo "F_BRANCH: $F_BRANCH" # Setup: Build a docker image in which tests for this repository can run build-testenv: tags: [ cached-dind ] - image: docker:19.03 + image: docker:20.10 stage: setup timeout: 3h only: @@ -78,11 +81,7 @@ test: - mvn compile - mvn test -# Deploy: Trigger building of server image and integration tests -trigger_build: - tags: [ docker ] - stage: deploy - script: +.env: &env - F_BRANCH="${CI_COMMIT_REF_NAME}" # TODO remove, this is grpc-special stuff @@ -99,6 +98,13 @@ trigger_build: F_BRANCH=`echo "${F_BRANCH:7}"`; fi +# Deploy: Trigger building of server image and integration tests +trigger_build: + tags: [ docker ] + stage: deploy + script: + - *env + - echo "Triggering pipeline ${DEPLOY_PIPELINE}@${DEPLOY_REF} with F_BRANCH=${F_BRANCH}" - /usr/bin/curl -X POST -F token=$CI_JOB_TOKEN diff --git a/caosdb-webui b/caosdb-webui index 8e5799db53b853b06a51a3bd250daeb9c779eee5..ed062d621ba1b8c7c05308fe8870d8dfee4c9b1f 160000 --- a/caosdb-webui +++ b/caosdb-webui @@ -1 +1 @@ -Subproject commit 8e5799db53b853b06a51a3bd250daeb9c779eee5 +Subproject commit ed062d621ba1b8c7c05308fe8870d8dfee4c9b1f