262life / bob

Bash on Board! - General purpose container for Kubernetes
https://262.life/bob/
Apache License 2.0
5 stars 5 forks source link

OKTETO_REPOSITORY taken from origin when multiple remote configured #14

Closed mookkiah closed 3 years ago

mookkiah commented 3 years ago

it worked but something I noticed weird

when I execute build function got "No such file or directory' But when execute the line in build function it worked well.

gitpod /workspace/bob $ build
 ✓  Pipeline 'bob' started
bash: https://github.com/BobDotMe/bob.git: No such file or directory
gitpod /workspace/bob $ okteto pipeline deploy  --repository ${OKTETO_REPOSITORY} --branch ${OKTETO_BRANCH}
 ✓  Pipeline 'bob' started
gitpod /workspace/bob $ build
 ✓  Pipeline 'bob' started
bash: https://github.com/BobDotMe/bob.git: No such file or directory
gitpod /workspace/bob $ okteto pipeline deploy  --repository ${OKTETO_REPOSITORY} --branch ${OKTETO_BRANCH}
 ✓  Pipeline 'bob' started
gitpod /workspace/bob $