Skip to content

Commit

Permalink
ci: remove deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeCrassous committed May 3, 2021
1 parent 5b928f9 commit b1995c3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 149 deletions.
37 changes: 0 additions & 37 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,40 +224,3 @@ test_gitlab.com:
- .only_version_tag
- .only_on_gitlab.com

#########################################################################################

.deploy_network_folder:
stage: deploy
extends:
- .only_version_tag
- .except_on_gitlab.com
- .except_nightly_test
tags:
- linux
- uas_network_drive
script:
- bash gitlab/deploy_in_network_folder.sh mixer-${CI_COMMIT_REF_NAME}.zip
when: manual

.deploy_perforce_folder:
stage: deploy
extends:
- .only_version_tag
- .except_on_gitlab.com
- .except_nightly_test
tags:
- linux
- uas_perforce_client
script:
- bash gitlab/deploy_in_perforce_folder.sh mixer-${CI_COMMIT_REF_NAME}.zip
when: manual

deploy:incubator:
extends: .deploy_network_folder
environment:
name: incubator

deploy:rr_special:
extends: .deploy_perforce_folder
environment:
name: rr_special
2 changes: 0 additions & 2 deletions gitlab/deploy_in_network_folder.bat

This file was deleted.

30 changes: 0 additions & 30 deletions gitlab/deploy_in_network_folder.sh

This file was deleted.

2 changes: 0 additions & 2 deletions gitlab/deploy_in_perforce_folder.bat

This file was deleted.

78 changes: 0 additions & 78 deletions gitlab/deploy_in_perforce_folder.sh

This file was deleted.

0 comments on commit b1995c3

Please sign in to comment.