diff options
| author | Robert Speicher <robert@gitlab.com> | 2016-07-12 17:18:36 +0000 |
|---|---|---|
| committer | Robert Speicher <robert@gitlab.com> | 2016-07-12 17:18:36 +0000 |
| commit | 0e4cb284bdf9e8d669b9c9f56fdee3359a7558c7 (patch) | |
| tree | 074a417b87da34428acae64e04d6dc5f1dd8a659 | |
| parent | Update README (diff) | |
| parent | Use smaller Docker image to speed up build (diff) | |
| download | pages-plain-html-0e4cb284bdf9e8d669b9c9f56fdee3359a7558c7.tar.gz | |
Merge branch 'smaller-docker-image' into 'master'
Use smaller Docker image to speed up build
See merge request !9
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b35fd8..df97d99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,5 @@ +image: alpine:latest + pages: stage: deploy script: |
