Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
Proxy
Commits
20b4d962
Commit
20b4d962
authored
Aug 13, 2021
by
Dominik Hebeler
Browse files
removed unnecessary prepare stage
parent
4d9fba3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
20b4d962
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment