File tree 2 files changed +215
-208
lines changed
2 files changed +215
-208
lines changed Original file line number Diff line number Diff line change 7
7
8
8
docker :
9
9
# a packaged system that has the instructions for creating a running container.
10
- - image : circleci/ruby:2.3.3
10
+ - image : circleci/ruby:2.7.4
11
11
12
12
# actions that need to be taken to perform your job
13
13
steps :
38
38
command : |
39
39
bundle install --path vendor/bundle
40
40
sudo rm /etc/apt/sources.list
41
- echo "deb http://archive.debian.org/debian/ jessie main contrib non-free" | sudo tee -a /etc/apt/sources.list
41
+ echo "deb [trusted=yes] http://archive.debian.org/debian/ jessie main contrib non-free" | sudo tee -a /etc/apt/sources.list
42
42
echo "deb-src http://archive.debian.org/debian jessie main contrib non-free" | sudo tee -a /etc/apt/sources.list
43
43
echo "Acquire::Check-Valid-Until false;" | sudo tee -a /etc/apt/apt.conf.d/10-nocheckvalid
44
44
echo '# Package: *\nPin: origin "archive.debian.org"\nPin-Priority: 500' | sudo tee -a /etc/apt/preferences.d/10-archive-pin
You can’t perform that action at this time.
0 commit comments