Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TIDO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
subugoe
emo
TIDO
Commits
a15e8629
Commit
a15e8629
authored
4 years ago
by
Michelle Weidling
Browse files
Options
Downloads
Patches
Plain Diff
ci: keep main and develop artifacts
#55
parent
521f98fe
Branches
Branches containing commit
No related tags found
1 merge request
!45
ci: keep main and develop artifacts
Pipeline
#148772
passed
4 years ago
Stage: build
Stage: deploy
Stage: preserve-pages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+20
-3
20 additions, 3 deletions
.gitlab-ci.yml
with
20 additions
and
3 deletions
.gitlab-ci.yml
+
20
−
3
View file @
a15e8629
...
...
@@ -7,8 +7,11 @@ stages:
-
deploy
-
preserve-pages
build
:
build
_test
:
image
:
docker.gitlab.gwdg.de/subugoe/emo/qviewer/node:latest
except
:
-
main
-
develop
stage
:
build
script
:
-
npm install
...
...
@@ -17,6 +20,20 @@ build:
paths
:
-
dist/
build_main_and_develop
:
image
:
docker.gitlab.gwdg.de/subugoe/emo/qviewer/node:latest
only
:
-
main
-
develop
stage
:
build
script
:
-
npm install
-
quasar build
artifacts
:
paths
:
-
dist/
expire_in
:
never
pages
:
before_script
:
-
dnf install -y jq
...
...
@@ -25,7 +42,7 @@ pages:
image
:
docker.gitlab.gwdg.de/mgoebel/swiss_knife/fedora:latest
# at the very early stage lets deploy for every branch
# only:
# - ma
ster
# - ma
in
# - develop
stage
:
deploy
cache
:
...
...
@@ -59,7 +76,7 @@ pushback:
.production
:
image
:
node:latest
only
:
-
ma
ster
-
ma
in
stage
:
deploy
script
:
-
npm install
...
...
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