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:
parent
cf364458b5
commit
97388a874b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user