This commit is contained in:
Scott Pfeil 2022-07-05 16:24:39 -04:00
parent 491172ed40
commit ab28c9379e

View File

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