Skip to content
Snippets Groups Projects
Commit f015b6ea authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

Update .gitlab-ci.yml file

let look inside debian.sources
parent 58a10836
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,8 @@ build-native: # This job runs in the build stage, which runs first.
- "bin/*"
name: "Debian native"
before_script:
- if [ $DigitalOceanDebianMirror == "1" ]; then echo http://mirrors.digitalocean.com/debian | tee /etc/apt/mirrors/debian.list; fi
- 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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment