Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
open-source
Proxy
Merge requests
!28
Resolve "optimize pipeline"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "optimize pipeline"
29-optimize-pipeline
into
master
Overview
0
Commits
20
Pipelines
0
Changes
1
Merged
Dominik Hebeler
requested to merge
29-optimize-pipeline
into
master
3 years ago
Overview
0
Commits
20
Pipelines
0
Changes
1
Expand
Closes
#29 (closed)
Edited
3 years ago
by
Dominik Hebeler
0
0
Merge request reports
Viewing commit
20b4d962
Prev
Next
Show latest version
1 file
+
0
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
20b4d962
removed unnecessary prepare stage
· 20b4d962
Dominik Hebeler
authored
3 years ago
.gitlab-ci.yml
+
0
−
25
Options
@@ -23,7 +23,6 @@ include:
image
:
"
registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v2.12.0"
stages
:
-
prepare
-
build
-
test
-
deploy
# dummy stage to follow the template guidelines
@@ -38,30 +37,6 @@ stages:
-
incremental rollout 100%
-
performance
-
cleanup
prepare_node
:
stage
:
prepare
image
:
node:16
before_script
:
-
npm i --cache .npm --prefer-offline --no-audit --progress=false
script
:
-
npm run prod
artifacts
:
paths
:
-
public/js/
-
public/css/
-
public/mix-manifest.json
cache
:
# Reuse existing cache or create new one if package-lock changed
key
:
files
:
-
package-lock.json
paths
:
-
.npm
-
node_modules
only
:
-
branches
-
tags
build
:
services
:
Loading