1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-19 19:16:31 +02:00

Fixed typo

This commit is contained in:
Pavel Odintsov 2023-05-22 23:56:30 +01:00
parent dea95ca869
commit 05ce476eda

View File

@ -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"