diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-11-10 14:04:19 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-11-10 14:04:19 +0100 |
commit | e3331ff87871025bc0436890968a5f442a35ddc7 (patch) | |
tree | 3a0774ae2658a71da4abbe675d685a0ea9708a51 | |
parent | ebd89472a11fb0324080a82ec2b50da265581fc7 (diff) | |
download | gitlab-shell-e3331ff87871025bc0436890968a5f442a35ddc7.tar.gz |
Add apt-get update
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8992c69..cfa23e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ before_script: - export PATH=~/bin:/usr/local/bin:/usr/bin:/bin + - apt-get update - apt-get install git-annex - gem install --bindir ~/bin bundler - cp config.yml.example config.yml |