mauroc / squiddio_pi

squiddio_pi
3 stars 13 forks source link

Circleci-upload.sh - small issue commands not found #69

Closed rgleason closed 4 years ago

rgleason commented 4 years ago

https://circleci.com/gh/mauroc/squiddio_pi/105#tests/containers/0

#!/bin/bash --login -eo pipefail
ci/circleci-upload.sh

/Users/distiller/.bash_profile: line 11: /usr/local/opt/chruby/share/chruby/chruby.sh: No such file or directory
/Users/distiller/.bash_profile: line 12: /usr/local/opt/chruby/share/chruby/auto.sh: No such file or directory
Using $CLOUDSMITH_API_KEY: 8c8c...
+ pyenv versions
ci/circleci-upload.sh: line 29: pyenv: command not found
+ dnf --version
ci/circleci-upload.sh: line 33: dnf: command not found
+ apt-get --version
ci/circleci-upload.sh: line 36: apt-get: command not found
+ sudo -H python3 -m ensurepip
Looking in links: /tmp/tmpmrdiwff0
Requirement already satisfied: setuptools in /usr/local/lib/python3.7/site-packages (41.4.0)
Requirement already satisfied: pip in /usr/local/lib/python3.7/site-packages (19.2.3)
leamas commented 4 years ago

This is as coded, it's handled by probing if the commands exists. Please close this issue.