From a453951aead4a4fdc2c5fca9965bb369d5587302 Mon Sep 17 00:00:00 2001 From: oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> Date: Wed, 6 Feb 2019 23:28:54 +0000 Subject: [PATCH] Use apt-get instead of sudo apt-get on Windows deploy --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f10805..8c9b249 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