Skip to content
Snippets Groups Projects
Verified Commit 9db23036 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Update pipeline and caosdb-webui

parent 0917f2f0
No related branches found
No related tags found
1 merge request!44Release 0.6
Pipeline #16191 failed
......@@ -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
......
caosdb-webui @ ed062d62
Subproject commit 8e5799db53b853b06a51a3bd250daeb9c779eee5
Subproject commit ed062d621ba1b8c7c05308fe8870d8dfee4c9b1f
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment