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
Toby Hodges
image-analysis-training-resources
Commits
1481dfae
Verified
Commit
1481dfae
authored
Jul 11, 2019
by
Toby Hodges
Browse files
remove some more unneeded config
parent
e646ab59
Pipeline
#10553
failed with stage
in 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1481dfae
...
...
@@ -4,20 +4,13 @@ variables:
LC_ALL
:
C.UTF-8
before_script
:
-
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9
-
echo "deb https://cran.rstudio.com/bin/linux/ubuntu trusty/" | sudo tee -a /etc/apt/sources.list
-
sudo apt-get update -y
-
rvm default
-
gem install json kramdown jekyll
install
:
-
pip install pyyaml
script
:
-
make --always-make site
pages
:
stage
:
deploy
script
:
-
make
serv
e
-
make
--always-make sit
e
artifacts
:
paths
:
-
public
...
...
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