File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -185,19 +185,26 @@ jobs:
185
185
- name : Shallow clone wolfssl
186
186
run : |
187
187
# Clone the wolfssl to use for example build
188
+
189
+ # TODO remove after merge
190
+ REPO_OWNER=gojimmypi
191
+ # End TODO
192
+
188
193
git clone --depth 1 https://github.com/$REPO_OWNER/wolfssl.git
189
194
190
195
# Assign your PR branch for testing here:
191
196
THIS_PR_BRANCH=""
192
197
193
198
echo "REPO_OWNER=$REPO_OWNER"
194
199
200
+ # TODO remove after merge
195
201
# A user-specific branch assignment
196
202
if [[ "$REPO_OWNER" == "gojimmypi" ]]; then
197
- THIS_PR_BRANCH="pr-arduino-print "
203
+ THIS_PR_BRANCH="pr-arduino-testing "
198
204
else
199
205
echo "unexpected repo owner!"
200
206
fi
207
+ # END TODO
201
208
202
209
# If a branch is assigned for current repo user, checkout
203
210
if [ -z "$THIS_PR_BRANCH" ]; then
You can’t perform that action at this time.
0 commit comments