File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -186,26 +186,13 @@ jobs:
186186 run : |
187187 # Clone the wolfssl to use for example build
188188
189- # TODO remove after merge
190- REPO_OWNER=gojimmypi
191- # End TODO
192-
193189 git clone --depth 1 https://github.com/$REPO_OWNER/wolfssl.git
194190
195191 # Assign your PR branch for testing here:
196192 THIS_PR_BRANCH=""
197193
198194 echo "REPO_OWNER=$REPO_OWNER"
199195
200- # TODO remove after merge
201- # A user-specific branch assignment
202- if [[ "$REPO_OWNER" == "gojimmypi" ]]; then
203- THIS_PR_BRANCH="pr-arduino-testing"
204- else
205- echo "unexpected repo owner!"
206- fi
207- # END TODO
208-
209196 # If a branch is assigned for current repo user, checkout
210197 if [ -z "$THIS_PR_BRANCH" ]; then
211198 echo "Assign your PR branch name for testing"
You can’t perform that action at this time.
0 commit comments