mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-26 04:30:55 +00:00
Update .gitlab-ci.yml file
forget about change the Debian mirror
This commit is contained in:
parent
f015b6ea68
commit
735b8314e8
1 changed files with 0 additions and 2 deletions
|
@ -45,8 +45,6 @@ build-native: # This job runs in the build stage, which runs first.
|
|||
- "bin/*"
|
||||
name: "Debian native"
|
||||
before_script:
|
||||
- cat /etc/apt/sources.list.d/debian.sources
|
||||
- if [ $DigitalOceanDebianMirror == "1" ]; then echo http://mirrors.digitalocean.com/debian | tee /etc/apt/mirrors/debian.list; fi || true
|
||||
- apt-get update
|
||||
- export APT_CACHE_DIR=`pwd`/apt-cache
|
||||
- mkdir --parents --verbose $APT_CACHE_DIR/partial/
|
||||
|
|
Loading…
Reference in a new issue