Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tailorbird
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Künstlerische Gestaltung
Tailorbird
Commits
f99a9385
Commit
f99a9385
authored
May 2, 2023
by
Jakob Yanagibashi
Browse files
Options
Downloads
Patches
Plain Diff
Better job names for CI runs
parent
32146b3e
No related branches found
No related tags found
2 merge requests
!2
CI improvements
,
!1
Implement "Jump to" shortcut
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
f99a9385
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment