Skip to content

Commit

Permalink
Removed debug call of find command
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-odintsov committed May 22, 2023
1 parent 05ce476 commit 4efd33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 && find /|grep s3cmd"
s3cmd_install_command: "apt-get install -y python3-pip && pip3 install s3cmd"
- build_debian:
docker_image: "debian:bullseye"
distro_version: "11"
Expand Down

0 comments on commit 4efd33b

Please sign in to comment.