revert
This commit is contained in:
parent
491172ed40
commit
ab28c9379e
@ -16,6 +16,7 @@ download_artifacts:
|
|||||||
script:
|
script:
|
||||||
- ./Scripts/download_dependencies.sh
|
- ./Scripts/download_dependencies.sh
|
||||||
only:
|
only:
|
||||||
|
- branches
|
||||||
- develop
|
- develop
|
||||||
tags:
|
tags:
|
||||||
- bash_shell
|
- bash_shell
|
||||||
@ -30,6 +31,7 @@ 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
|
||||||
@ -39,6 +41,7 @@ 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user