mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 13:40:45 +00:00
Update .gitlab-ci.yml file
let see what in the /etc/apt folder
This commit is contained in:
parent
01fc7810e2
commit
27776173ca
1 changed files with 3 additions and 2 deletions
|
@ -45,8 +45,9 @@ build-native: # This job runs in the build stage, which runs first.
|
|||
- "bin/*"
|
||||
name: "Debian native"
|
||||
before_script:
|
||||
- sed --expression="s/deb.debian.org/mirrors.digitalocean.com/g" /etc/apt/sources.list > /etc/apt/sources.list.d/debian.list
|
||||
- rm --force /etc/apt/sources.list
|
||||
- ls --human-readable --all -l /etc/apt/sources.list*
|
||||
- rem sed --expression="s/deb.debian.org/mirrors.digitalocean.com/g" /etc/apt/sources.list > /etc/apt/sources.list.d/debian.list
|
||||
- rem rm --force /etc/apt/sources.list
|
||||
- apt-get update
|
||||
- export APT_CACHE_DIR=`pwd`/apt-cache
|
||||
- mkdir --parents --verbose $APT_CACHE_DIR/partial/
|
||||
|
|
Loading…
Reference in a new issue