Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pplc7
blog
Commits
08dfb906
Commit
08dfb906
authored
Mar 21, 2019
by
Fata Nugraha
Browse files
Change to one stage build
parent
799da8fe
Pipeline
#9894
passed with stage
in 1 minute and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
08dfb906
...
...
@@ -5,30 +5,18 @@ variables:
HTTPS_PROXY
:
http://proxy.cs.ui.ac.id:8080
stages
:
-
build
-
deploy
build
:
image
:
ruby:2.3
stage
:
build
stage
:
deploy
script
:
-
bundle install
-
bundle exec jekyll build -d public
-
sh deploy.sh
artifacts
:
paths
:
-
public
only
:
refs
:
-
master
deploy
:
stage
:
deploy
image
:
alpine:3.9
script
:
-
apk add curl zip
-
sh deploy.sh
dependencies
:
-
build
only
:
refs
:
-
master
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