浏览代码

Works locally so debug why not on remote

Nick Cooke 1 年之前
父节点
当前提交
eef593a1f9
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      scripts/setup_quickstart.sh

+ 5 - 0
scripts/setup_quickstart.sh

@@ -51,6 +51,11 @@ if check_secrets || [[ ${SAMPLE} == "installations" ]]; then
   git clone https://github.com/firebase/quickstart-ios.git
   git checkout nc/phase
 
+  git rev-parse --abbrev-ref HEAD
+  echo "hello1"
+  echo "${git rev-parse --abbrev-ref HEAD}"
+  echo "hello2"
+
   $scripts_dir/localize_podfile.swift "$WORKSPACE_DIR"/Podfile "$RELEASE_TESTING"
   if [ "$RELEASE_TESTING" == "nightly_release_testing" ]; then
     set +x