diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-11-10 14:05:41 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-11-10 14:05:41 +0100 |
commit | 8bc03b34e897c53dae50b71d9c25e28f2007a49f (patch) | |
tree | 860baaa982de4cdcde09896e9d6f34e99cce1f57 /.gitlab-ci.yml | |
parent | e3331ff87871025bc0436890968a5f442a35ddc7 (diff) | |
download | gitlab-shell-8bc03b34e897c53dae50b71d9c25e28f2007a49f.tar.gz |
Just install everything
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfa23e7..06f3c84 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ before_script: - export PATH=~/bin:/usr/local/bin:/usr/bin:/bin - apt-get update - - apt-get install git-annex + - apt-get install -y git-annex - gem install --bindir ~/bin bundler - cp config.yml.example config.yml - bundle install |