1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-23 13:22:36 +01:00

Added debug command

This commit is contained in:
Pavel Odintsov 2023-05-22 23:28:35 +01:00
parent 99b4690655
commit 93418be0b2

@ -373,7 +373,7 @@ workflows:
name: "debian10"
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
s3cmd_install_command: "apt-get install -y python3-pip; pip3 install s3cmd; ls -la ~/.local/bin; ln -s ~/.local/bin/s3cmd /usr/bin/s3cmd"
s3cmd_install_command: "apt-get install -y python3-pip; pip3 install s3cmd; ls -la ~/.local/bin; ln -s ~/.local/bin/s3cmd /usr/bin/s3cmd; find ~"
- build_debian:
docker_image: "debian:bullseye"
distro_version: "11"