File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 80
80
apt install -y curl
81
81
- name : Download Debian 11 scaphandre package
82
82
run : |
83
- curl -o https://s3.fr-par.scw.cloud/scaphandre/x86_64/${{ env.DEB11PKG }}
83
+ curl -O https://s3.fr-par.scw.cloud/scaphandre/x86_64/${{ env.DEB11PKG }}
84
84
- name : Install and run scaphandre Stdout exporter for 10 seconds
85
85
run : |
86
86
apt install -y ./${{ env.DEB11PKG }}
@@ -100,7 +100,7 @@ jobs:
100
100
apt install -y curl
101
101
- name : Download Debian 12 scaphandre package
102
102
run : |
103
- curl -o https://s3.fr-par.scw.cloud/scaphandre/x86_64/${{ env.DEB12PKG }}
103
+ curl -O https://s3.fr-par.scw.cloud/scaphandre/x86_64/${{ env.DEB12PKG }}
104
104
- name : Install and run scaphandre Stdout exporter for 10 seconds
105
105
run : |
106
106
apt install -y ./${{ env.DEB12PKG }}
You can’t perform that action at this time.
0 commit comments