First of all thank you for making these great services available to opensource developers like myself.
Because I did not manage to deploy my repo, it got stuck for some reason and ending with Build exceeded maximum allowed runtime, I followed the guidence here to figure out what the problem could be.
But I did not magage to get it to work:
[borewit@zbook build-image]$ ./test-tools/start-image.sh ../audio-tag-analyzer
buildbot@2aaf3a02efd0:/$ build ng build
bash: build: command not found
buildbot@2aaf3a02efd0:/$
Trying the test-build.sh script:
[borewit@zbook build-image]$ ./test-tools/test-build.sh ../audio-tag-analyzer
Using temp dir: tmp/tmp.Wu8UCcFWc7
Cloning into 'tmp/tmp.Wu8UCcFWc7/repo'...
done.
/bin/bash: /opt/buildhome/scripts/run-build.sh: Permission denied
Update: The original issue was caused because yarn was hanging, updating yarn to version 1.9.2 by setting the environment fixed that issue.
First of all thank you for making these great services available to opensource developers like myself.
Because I did not manage to deploy my repo, it got stuck for some reason and ending with
Build exceeded maximum allowed runtime
, I followed the guidence here to figure out what the problem could be.But I did not magage to get it to work:
Trying the test-build.sh script:
Update: The original issue was caused because yarn was hanging, updating yarn to version 1.9.2 by setting the environment fixed that issue.