branch change

This commit is contained in:
Scott Pfeil 2021-09-07 13:32:40 -04:00
parent 5af99eb693
commit ddcb21b493

View File

@ -16,7 +16,6 @@ download_artifacts:
script: script:
- ./Scripts/download_dependencies.sh - ./Scripts/download_dependencies.sh
only: only:
- branches
- develop - develop
tags: tags:
- bash_shell - bash_shell
@ -31,7 +30,6 @@ build_project:
script: script:
- ./Scripts/build_aggregate.sh - ./Scripts/build_aggregate.sh
only: only:
- branches
- develop - develop
tags: tags:
- xcode_12_2 - xcode_12_2
@ -41,7 +39,6 @@ deploy_snapshot:
script: script:
- cd Scripts && ./upload_core_ui_frameworks.sh - cd Scripts && ./upload_core_ui_frameworks.sh
only: only:
- branches
- develop - develop
tags: tags:
- bash_shell - bash_shell