File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -271,7 +271,8 @@ jobs:
271271
272272 # Fetch script and board list into WOLFSSL_EXAMPLES_DIRECTORY
273273 # TODO edit PR branch path:
274- curl -L "https://raw.githubusercontent.com/$REPO_OWNER/wolfssl-examples/examples_dev/Arduino/sketches/board_list.txt" -o "$WOLFSSL_EXAMPLES_DIRECTORY/$THIS_BOARD_LIST"
274+ # curl -L "https://raw.githubusercontent.com/$REPO_OWNER/wolfssl-examples/examples_dev/Arduino/sketches/board_list.txt" -o "$WOLFSSL_EXAMPLES_DIRECTORY/$THIS_BOARD_LIST"
275+ curl -L "https://raw.githubusercontent.com/gojimmypi/wolfssl-examples/pr-arduino-testing/Arduino/sketches/board_list.txt" -o "$WOLFSSL_EXAMPLES_DIRECTORY/$THIS_BOARD_LIST"
275276
276277 # Check if the first line is "404: Not Found" - which would indicate the curl path above is bad.
277278 FILE="$WOLFSSL_EXAMPLES_DIRECTORY/board_list.txt"
@@ -288,7 +289,8 @@ jobs:
288289 exit 1
289290 fi
290291
291- curl -L "https://raw.githubusercontent.com/$REPO_OWNER/wolfssl-examples/examples_dev/Arduino/sketches/compile-all-examples.sh" -o "$WOLFSSL_EXAMPLES_DIRECTORY/compile-all-examples.sh"
292+ # curl -L "https://raw.githubusercontent.com/$REPO_OWNER/wolfssl-examples/examples_dev/Arduino/sketches/compile-all-examples.sh" -o "$WOLFSSL_EXAMPLES_DIRECTORY/compile-all-examples.sh"
293+ curl -L "https://raw.githubusercontent.com/gojimmypi/wolfssl-examples/pr-arduino-testing/Arduino/sketches/compile-all-examples.sh" -o "$WOLFSSL_EXAMPLES_DIRECTORY/compile-all-examples.sh"
292294
293295 # Check if the first line is "404: Not Found" - which would indicate the curl path above is bad.
294296 FILE="$WOLFSSL_EXAMPLES_DIRECTORY/compile-all-examples.sh"
You can’t perform that action at this time.
0 commit comments