Skip to content

Commit

Permalink
ci: fix deploy jobs [skip-tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeborn2BeAlive committed Jun 29, 2020
1 parent cb9f463 commit 0bbf760
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,24 @@ unittest:
- gitlab/blender/cache

.deploy_network_folder: &tpl_deploy_network_folder
<<: *tpl_on_version_tag
stage: deploy
tags:
- linux
- uas_network_drive
script:
- bash gitlab/deploy_in_network_folder.sh mixer-${CI_COMMIT_REF_NAME}.zip
when: manual

.deploy_perforce_folder: &tpl_deploy_perforce_folder
<<: *tpl_on_version_tag
stage: deploy
tags:
- linux
- uas_perforce_client
script:
- bash gitlab/deploy_in_perforce_folder.sh mixer-${CI_COMMIT_REF_NAME}.zip
when: manual

deploy:incubator:
<<: *tpl_deploy_network_folder
Expand Down

0 comments on commit 0bbf760

Please sign in to comment.