Skip to content
Snippets Groups Projects
Commit e75c6005 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

chore: Use old token to debug, add logging

parent a6b731b1
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,8 @@ verify_model_ALTERNARIA: ...@@ -149,7 +149,8 @@ verify_model_ALTERNARIA:
stage: models-1 stage: models-1
before_script: [] before_script: []
script: script:
- trigger -h gitlab.nibio.no -a "$CICD_API_TOKEN" -p "$CICD_ACCESS_TOKEN" -t $MAIN_BRANCH $ALTERNARIA_PROJECT_ID -e VERSION=$VERSION -e PURPOSE="verify" - echo "trigger -h gitlab.nibio.no -a [MASKED] -p [MASKED] -t $MAIN_BRANCH $ALTERNARIA_PROJECT_ID -e VERSION=$VERSION -e PURPOSE=\"verify\""
- trigger -h gitlab.nibio.no -a "$CICD_API_TOKEN" -p "$ACCESS_TOKEN_ALTERNARIA" -t $MAIN_BRANCH $ALTERNARIA_PROJECT_ID -e VERSION=$VERSION -e PURPOSE="verify"
tags: tags:
- java - java
dependencies: dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment