aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2019-02-06 23:28:54 +0000
committeroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2019-02-06 23:28:54 +0000
commita453951aead4a4fdc2c5fca9965bb369d5587302 (patch)
treea1d31bbd76e67e296da158df3a7151efe1dfc3b1
parent3cbbcd9a5c7a4574fb1edd1e7075345592c3dd75 (diff)
Use apt-get instead of sudo apt-get on Windows deploy
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f108050..8c9b249e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -107,7 +107,7 @@ deploy windows:
- docker
- linux
script:
- - sudo apt-get install --no-install-recommends -y zip
+ - apt-get install --no-install-recommends -y zip
- mkdir artifact
- cd artifact