mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-23 17:32:59 +01:00
Fixed typo
This commit is contained in:
parent
dea95ca869
commit
05ce476eda
@ -373,7 +373,7 @@ workflows:
|
|||||||
name: "debian10"
|
name: "debian10"
|
||||||
distro_name: "debian"
|
distro_name: "debian"
|
||||||
# We do it this way because this version of Debian has no s3cmd in official repos for some reasons: https://packages.debian.org/buster-backports/s3cmd
|
# We do it this way because this version of Debian has no s3cmd in official repos for some reasons: https://packages.debian.org/buster-backports/s3cmd
|
||||||
s3cmd_install_command: 'apt-get install -y python3-pip && pip3 install s3cmd && find /|grep s3cmd"
|
s3cmd_install_command: "apt-get install -y python3-pip && pip3 install s3cmd && find /|grep s3cmd"
|
||||||
- build_debian:
|
- build_debian:
|
||||||
docker_image: "debian:bullseye"
|
docker_image: "debian:bullseye"
|
||||||
distro_version: "11"
|
distro_version: "11"
|
||||||
|
Loading…
Reference in New Issue
Block a user