From ddcb21b493eb23ddbb692ca0f48379619a2076ea Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Tue, 7 Sep 2021 13:32:40 -0400 Subject: [PATCH] branch change --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d475e062..8fe891d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,6 @@ download_artifacts: script: - ./Scripts/download_dependencies.sh only: - - branches - develop tags: - bash_shell @@ -31,7 +30,6 @@ build_project: script: - ./Scripts/build_aggregate.sh only: - - branches - develop tags: - xcode_12_2 @@ -41,7 +39,6 @@ deploy_snapshot: script: - cd Scripts && ./upload_core_ui_frameworks.sh only: - - branches - develop tags: - bash_shell