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

PIPELINE

parent 0faba175
No related branches found
No related tags found
No related merge requests found
Pipeline #25777 failed
...@@ -97,24 +97,19 @@ test: ...@@ -97,24 +97,19 @@ test:
trigger_inttest: trigger_inttest:
stage: deploy stage: deploy
needs: [ test ] needs: [ test ]
inherit:
variables:
# List the variables that shall be inherited, which also means they will override any equally
# named varibles in child pipelines.
- DEPLOY_REF
- TRIGGERED_BY_REPO
- TRIGGERED_BY_REF
- TRIGGERED_BY_HASH
- WEBUI
- PYLIB
- CPPLIB
- PYINT
- CPPINT
- MYSQLBACKEND
variables: variables:
# Renaming variables. # Renaming variables.
F_BRANCH: $CI_COMMIT_REF_NAME F_BRANCH: $CI_COMMIT_REF_NAME
SERVER: $CI_COMMIT_REF_NAME SERVER: $CI_COMMIT_REF_NAME
WEBUI: $$WEBUI
PYLIB: $PYLIB
CPPLIB: $CPPLIB
PYINT: $PYINT
CPPINT: $CPPINT
MYSQLBACKEND: $MYSQLBACKEND
TRIGGERED_BY_REPO: $TRIGGERED_BY_REPO
TRIGGERED_BY_REF: $TRIGGERED_BY_REF
TRIGGERED_BY_HASH: $TRIGGERED_BY_HASH
trigger: trigger:
project: caosdb/src/caosdb-deploy project: caosdb/src/caosdb-deploy
branch: $DEPLOY_REF branch: $DEPLOY_REF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment