I submitted a support request for this but I’m curious if anyone else using AWS CodeDeploy is seeing the same thing.
I’m getting this failure in the “Bootstrap AWS CodeDeploy” step of my build. None of it seems especially relevant to my circle.yml
setup:
cd "/tmp"
export HOME="/home/ubuntu"
if [ "XfunctionX" == "X$(type -t deactivate)X" ]; then deactivate;fi && /home/ubuntu/.pyenv/bin/pyenv global system && pip install https://s3.amazonaws.com/circle-support-bucket/circle-sds-support-0.8.1.tar.gz && /home/ubuntu/.pyenv/bin/pyenv rehash
bash: line 0: cd: /home/ubuntu/niemeyer//tmp: No such file or directory
bash: line 2: /home/ubuntu/.pyenv/bin/pyenv: No such file or directory
cd "/tmp"
export HOME="/home/ubuntu"
if [ "XfunctionX" == "X$(type -t deactivate)X" ]; then deactivate;fi && /home/ubuntu/.pyenv/bin/pyenv global system && pip install https://s3.amazonaws.com/circle-support-bucket/circle-sds-support-0.8.1.tar.gz && /home/ubuntu/.pyenv/bin/pyenv rehash
returned exit code 127
Action failed: Bootstrap AWS CodeDeploy