Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/crsn/src/commit/169c003980718fe0217eaa7770babf93bffba275/compile_examples.sh
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cargo build
|
|
|
|
find examples -name '*.csn' -type f -exec target/debug/launcher -P {} \;
|
|
|