Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DevOps
Project Templates
Commits
da2328dc
Commit
da2328dc
authored
Jan 08, 2021
by
Philip Paetz
Browse files
feat(CI): added build-with-node-12.yml
parent
feda460a
Pipeline
#28833
passed with stages
in 35 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/build-with-node-12.yml
0 → 100644
View file @
da2328dc
build
:
image
:
registry.brickblock.sh/devops/docker/build:node-12
stage
:
test
extends
:
-
.except-ci-release
-
.cache-pull-only
-
.skip-artifacts
interruptible
:
true
artifacts
:
paths
:
-
node_modules
-
build
script
:
-
yarn build
-
yarn install --frozen-lockfile --production --ignore-scripts
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