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
com.akaver.sportmap
SportMap-aurelia
Commits
3bc5aa35
Commit
3bc5aa35
authored
Apr 21, 2020
by
Andres Käver
Browse files
gitlab
parent
2ae63c6b
Pipeline
#775
failed with stages
in 2 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
3bc5aa35
stages
:
-
build
-
deploy
# save node_modules from build to deploy
cache
:
paths
:
-
node_modules
build
:
stage
:
build
script
:
-
npm install
-
au build
tags
:
-
default
deploy
:
stage
:
deploy
script
:
-
/home/com.akaver.sportmap.aurelia/publish-aurelia.sh
environment
:
name
:
release
only
:
-
master
tags
:
-
default
Write
Preview
Markdown
is supported
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