Skip to content

Commit 9ced6c5

Browse files
author
gojimmypi
committed
Adjust wolfssl examples curl files
1 parent 569ac74 commit 9ced6c5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/arduino.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)