Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luis Mendes
aparapi-site
Commits
972e951b
Commit
972e951b
authored
Aug 07, 2019
by
Jeffrey Phillips Freeman
💥
Browse files
Update .gitlab-ci.yml to remove system update step
parent
c6c7f21e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
972e951b
...
...
@@ -6,7 +6,6 @@ cache:
test
:
script
:
-
apt-get update -y
-
apt-get install -y nodejs npm
-
npm install -g bower
-
bundle install --path vendor
...
...
@@ -18,7 +17,6 @@ test:
pages
:
script
:
-
apt-get update -y
-
apt-get install -y nodejs npm
-
npm install -g bower
-
bundle install --path vendor
...
...
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