aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2017-05-09 12:23:20 +0200
committerJoris2017-05-09 12:23:20 +0200
commitb15bf20e39b38783ffd521eb7caf4c471d54ef0d (patch)
tree72c8b4ddd00958a026a7d598207e2d4a52bf4a80
parenta2e788afc0aaae3748eeeb461b478cbbf90ccd6f (diff)
downloadcooking-b15bf20e39b38783ffd521eb7caf4c471d54ef0d.tar.gz
cooking-b15bf20e39b38783ffd521eb7caf4c471d54ef0d.tar.bz2
cooking-b15bf20e39b38783ffd521eb7caf4c471d54ef0d.zip
Try to fix ci
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 67d1eab..75c77f3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,8 +10,10 @@ cache:
build:
script:
- - curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
- - apt-get update && apt-get install -y xz-utils make nodejs
+ - apt-get update
+ - apt-get install -y curl
+ - curl -sL https://deb.nodesource.com/setup_7.x | bash
+ - apt-get install -y xz-utils make nodejs
- npm install bower
- npm install purescript
- npm install pulp