Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
d42d75c7
Verified
Commit
d42d75c7
authored
Jun 24, 2021
by
les
Browse files
test CI
parent
26d7b9ee
Pipeline
#429328
failed with stage
in 7 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
d42d75c7
image
:
node:latest
build
:
stage
:
build
script
:
-
echo "Build your app"
-
yarn
-
yarn build
-
yarn pack
-
echo "DONE!"
# This way you know the job id in the next stage
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment