We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9308e58 commit 1a2af29Copy full SHA for 1a2af29
scripts/test_quickstart_ftl.sh
@@ -27,8 +27,9 @@ language="${2-}"
27
# Source function to check if CI secrets are available.
28
source scripts/check_secrets.sh
29
30
-if check_secrets; then
+if check_secrets || true; then
31
cd quickstart-ios
32
+ git checkout nc/bft
33
DIR=$(echo "$sample" | tr '[:upper:]' '[:lower:]')
34
if [ "$language" = "swift" ]; then
35
have_secrets=true SAMPLE="$sample" SPM=true SWIFT_SUFFIX="Swift" DIR="$DIR" ./scripts/build-for-testing.sh
0 commit comments