mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-04-04 17:37:46 +00:00
Merge branch 'gitlab-ci_timeout' into 'master'
GitLab CI: timeout apt-get update command with 2 minutes See merge request KartKrew/Kart-Public!363
This commit is contained in:
commit
b505c5a016
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ default:
|
|||
- - |
|
||||
# apt_update
|
||||
echo -e "\e[0Ksection_start:`date +%s`:apt_update[collapsed=true]\r\e[0KUpdating APT listing"
|
||||
- apt-get update
|
||||
- timeout 2m apt-get update || timeout 2m apt-get update
|
||||
- |
|
||||
# apt_update
|
||||
echo -e "\e[0Ksection_end:`date +%s`:apt_update\r\e[0K"
|
||||
|
|
Loading…
Reference in a new issue