Skip to content

Commit

Permalink
fix(ci): [agent6] Remove unecessary jobs (#32157)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz authored Dec 13, 2024
1 parent 6c33f85 commit 57cbcf8
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .gitlab/deploy_dca/deploy_dca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,3 @@ deploy_containers-dca-rc:
rules: !reference [.on_deploy_rc]
variables:
VERSION: rc

deploy_containers-dca-latest:
extends: .deploy_containers-dca-base
rules: !reference [.on_deploy_manual_final]
variables:
VERSION: latest

deploy_containers-dca_internal:
extends: .deploy_containers-dca-base
rules: !reference [.on_deploy_internal_manual_final]

deploy_containers-dca_internal-rc:
extends: .deploy_containers-dca-base
rules: !reference [.on_deploy_internal_rc]
variables:
VERSION: rc

deploy_containers-dca_internal-latest:
extends: .deploy_containers-dca-base
rules: !reference [.on_deploy_internal_manual_final]
variables:
VERSION: latest

0 comments on commit 57cbcf8

Please sign in to comment.