apt-get update

This commit is contained in:
Stu Sherwin 2018-08-21 18:15:26 +01:00
parent bbea557322
commit f675143d59
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ stages:
deploy:
stage: deploy
before_script:
- apt-get install rsync
- apt-get update -y
- apt-get -y install rsync
- gem install jekyll
script:
- jekyll build -d public