Do not apt upgrade gitlab-runner before build

Upgrading the build-runner likely causes a restart of the build-runner
control process resulting in an orphaned build process. The build will
fail after timeout.
This commit is contained in:
Jan 2019-04-27 21:51:17 +02:00
parent cf364458b5
commit 97388a874b

View File

@ -1,6 +1,5 @@
before_script:
- sudo apt-get update -qq && sudo apt-get upgrade -y
- sudo apt-get install -y -qq build-essential gawk unzip libncurses-dev libz-dev libssl-dev wget git subversion python-pip python3-pip
- sudo apt-get update -qq && sudo apt-get install -y -qq build-essential gawk unzip libncurses-dev libz-dev libssl-dev wget git subversion python-pip python3-pip
fullbuild:
script: