netlify / build-image

This is the build image used for running automated builds
MIT License
497 stars 196 forks source link

Cannot run build after using /test-tools/start-image.sh #193

Open Borewit opened 6 years ago

Borewit commented 6 years ago

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.

brycekahle commented 6 years ago

This looks like a duplicate of #177