Skip to content
Snippets Groups Projects
Commit f99a9385 authored by Jakob Yanagibashi's avatar Jakob Yanagibashi
Browse files

Better job names for CI runs

parent 32146b3e
No related branches found
No related tags found
2 merge requests!2CI improvements,!1Implement "Jump to" shortcut
...@@ -4,7 +4,7 @@ before_script: ...@@ -4,7 +4,7 @@ before_script:
- export COMMIT_TIME=$(git show -s --format=%ct $CI_COMMIT_SHA) - export COMMIT_TIME=$(git show -s --format=%ct $CI_COMMIT_SHA)
- npm ci - npm ci
deploy: production:
script: script:
# Switch to main branch # Switch to main branch
- git fetch origin main - git fetch origin main
...@@ -36,7 +36,7 @@ deploy: ...@@ -36,7 +36,7 @@ deploy:
only: only:
- main - main
pages: testing:
script: script:
# Switch to dev branch # Switch to dev branch
- git fetch origin dev - git fetch origin dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment