Skip to content
Snippets Groups Projects
Unverified Commit c921f51d authored by Alexander Harkness's avatar Alexander Harkness
Browse files

Add debugging stage to CI

parent 55d423d0
No related branches found
No related tags found
1 merge request!11Deploy to azure
Pipeline #100739 canceled
...@@ -5,11 +5,17 @@ before_script: ...@@ -5,11 +5,17 @@ before_script:
- npm ci - npm ci
stages: stages:
- debugging
- source_check - source_check
- build - build
- test - test
- deploy - deploy
printing:
stage: debugging
script:
- echo "$DEPLOYMENT_USERNAME"
check_format: check_format:
stage: source_check stage: source_check
script: script:
......
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