Skip to content

Commit ba15bbf

Browse files
committed
Update config.yml
1 parent 7942fbf commit ba15bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
bundle install --path vendor/bundle
4040
sudo rm /etc/apt/sources.list
4141
echo "deb [trusted=yes] http://archive.debian.org/debian/ jessie main contrib non-free" | sudo tee -a /etc/apt/sources.list
42-
echo "deb-src http://archive.debian.org/debian jessie main contrib non-free" | sudo tee -a /etc/apt/sources.list
42+
echo "deb-src [trusted=yes] http://archive.debian.org/debian jessie main contrib non-free" | sudo tee -a /etc/apt/sources.list
4343
echo "Acquire::Check-Valid-Until false;" | sudo tee -a /etc/apt/apt.conf.d/10-nocheckvalid
4444
echo '# Package: *\nPin: origin "archive.debian.org"\nPin-Priority: 500' | sudo tee -a /etc/apt/preferences.d/10-archive-pin
4545
sudo apt-get update

0 commit comments

Comments
 (0)