Skip to content

Commit 1a2af29

Browse files
committed
checkout pending branch
1 parent 9308e58 commit 1a2af29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/test_quickstart_ftl.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ language="${2-}"
2727
# Source function to check if CI secrets are available.
2828
source scripts/check_secrets.sh
2929

30-
if check_secrets; then
30+
if check_secrets || true; then
3131
cd quickstart-ios
32+
git checkout nc/bft
3233
DIR=$(echo "$sample" | tr '[:upper:]' '[:lower:]')
3334
if [ "$language" = "swift" ]; then
3435
have_secrets=true SAMPLE="$sample" SPM=true SWIFT_SUFFIX="Swift" DIR="$DIR" ./scripts/build-for-testing.sh

0 commit comments

Comments
 (0)