Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/workflows/arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,26 +186,13 @@ jobs:
run: |
# Clone the wolfssl to use for example build

# TODO remove after merge
REPO_OWNER=gojimmypi
# End TODO

git clone --depth 1 https://github.com/$REPO_OWNER/wolfssl.git

# Assign your PR branch for testing here:
THIS_PR_BRANCH=""

echo "REPO_OWNER=$REPO_OWNER"

# TODO remove after merge
# A user-specific branch assignment
if [[ "$REPO_OWNER" == "gojimmypi" ]]; then
THIS_PR_BRANCH="pr-arduino-testing"
else
echo "unexpected repo owner!"
fi
# END TODO

# If a branch is assigned for current repo user, checkout
if [ -z "$THIS_PR_BRANCH" ]; then
echo "Assign your PR branch name for testing"
Expand Down