File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ runs:
33
33
cat $HOME/.kube/config
34
34
35
35
# Cleanup
36
- rm ca.crt
37
- rm ca.srl
38
- rm ca.key
39
- rm user.crt
40
- rm user.key
41
- rm user.csr
36
+ rm --force ca.crt
37
+ rm --force ca.srl
38
+ rm --force ca.key
39
+ rm --force user.crt
40
+ rm --force user.key
41
+ rm --force user.csr
42
42
shell : bash
Original file line number Diff line number Diff line change 13
13
cp -r /etc/containers ~/.config/containers
14
14
shell : bash
15
15
16
+ - name : Install yq
17
+ run : |
18
+ sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
19
+ sudo chmod 777 /usr/local/bin/yq
20
+ shell : bash
21
+
16
22
- name : Setup NVIDIA Container Toolkit
17
23
run : |
18
24
sudo nvidia-ctk runtime configure --runtime=docker --set-as-default
You can’t perform that action at this time.
0 commit comments