File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 5252 submodules : ' recursive'
5353
5454 - name : apt_get_update
55- run : sudo -H DEBIAN_FRONTEND=noninteractive apt-get update
55+ run : |
56+ sudo gem install apt-spy2 -v 0.7.2
57+ sudo apt-spy2 check
58+ sudo apt-spy2 fix --commit
59+ sudo -H DEBIAN_FRONTEND=noninteractive apt-get update
5660
5761 - name : Workaround for tar not being able to access /var/cache/apt/archives
5862 run : |
Original file line number Diff line number Diff line change 5252 submodules : ' recursive'
5353
5454 - name : apt_get_update
55- run : sudo -H DEBIAN_FRONTEND=noninteractive apt-get update
55+ run : |
56+ sudo gem install apt-spy2 -v 0.7.2
57+ sudo apt-spy2 check
58+ sudo apt-spy2 fix --commit
59+ sudo -H DEBIAN_FRONTEND=noninteractive apt-get update
5660
5761 - name : Workaround for tar not being able to access /var/cache/apt/archives
5862 run : |
Original file line number Diff line number Diff line change 4848 submodules : ' recursive'
4949
5050 - name : apt_get_update
51- run : sudo -H DEBIAN_FRONTEND=noninteractive apt-get update
51+ run : |
52+ sudo gem install apt-spy2 -v 0.7.2
53+ sudo apt-spy2 check
54+ sudo apt-spy2 fix --commit
55+ sudo -H DEBIAN_FRONTEND=noninteractive apt-get update
5256
5357 - name : Get Date
5458 id : get-date
Original file line number Diff line number Diff line change 3737 submodules : ' recursive'
3838
3939 - name : apt_get_update
40- run : sudo -H DEBIAN_FRONTEND=noninteractive apt-get update
40+ run : |
41+ sudo gem install apt-spy2 -v 0.7.2
42+ sudo apt-spy2 check
43+ sudo apt-spy2 fix --commit
44+ sudo -H DEBIAN_FRONTEND=noninteractive apt-get update
4145
4246 - name : Get Date
4347 id : get-date
You can’t perform that action at this time.
0 commit comments