diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-06 23:36:03 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-06 23:36:03 +0000 |
| commit | 0dca4f14fefb9349c68b3afccec9e997be61a768 (patch) | |
| tree | 0b8d330b59748bad95fe988a0e7b596e164267bc | |
| parent | a453951aead4a4fdc2c5fca9965bb369d5587302 (diff) | |
Use ubuntu instead of ruby or whatever GitLab CI defaults to
| -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 8c9b249e..4f038f45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,6 +100,7 @@ deploy linux: - zip/ deploy windows: + image: ubuntu stage: deploy dependencies: - build windows i686 @@ -107,6 +108,7 @@ deploy windows: - docker - linux script: + - apt-get update - apt-get install --no-install-recommends -y zip - mkdir artifact |
