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

PIPELINE

parent a844ef1a
No related branches found
No related tags found
1 merge request!84Release 0.9
Pipeline #29202 passed
......@@ -65,26 +65,6 @@ test-server-side-scripting:
- whereis pytest pytest3 py.test pytest-3 py.test-3
- make test-sss
# Trigger building of server image and integration tests
trigger_inttest:
stage: deploy
inherit:
variables:
# List the variables that shall be inherited, which also means they will override any equally
# named varibles in child pipelines.
- DEPLOY_REF
variables:
# Renaming variables.
F_BRANCH: $CI_COMMIT_REF_NAME
WEBUI: $CI_COMMIT_REF_NAME
TRIGGERED_BY_REPO: WEBUI
TRIGGERED_BY_HASH: $CI_COMMIT_SHORT_SHA
TRIGGERED_BY_REF: $CI_COMMIT_REF_NAME
trigger:
project: caosdb/src/caosdb-deploy
branch: $DEPLOY_REF
strategy: depend
# Build a docker image in which tests for this repository can run
build-testenv:
tags: [ cached-dind ]
......
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