Closed mookkiah closed 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 $
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.