Skip to content

Commit

Permalink
remove deployment to Noah
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed May 3, 2022
1 parent f929a11 commit 4e3c3fc
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,6 @@ test:
dependencies:
- test

deploy-python-tool-development:
extends: .deploy-python-tool
variables:
ENVIRONMENT_NAME: development
LOGIN_NODE: $CLUSTER_LOGIN_NODE
SOFTWARE_PATH: $EVA_SOFTWARE_PATH
DEPLOY_POINT: $CI_COMMIT_BRANCH
only:
- external_pull_requests
- master

deploy-python-tool-production:
extends: .deploy-python-tool
variables:
ENVIRONMENT_NAME: production
LOGIN_NODE: $CLUSTER_LOGIN_NODE
SOFTWARE_PATH: $EVA_SOFTWARE_PATH
DEPLOY_POINT: $CI_COMMIT_TAG
only:
- tags

deploy-python-tool-development-codon:
extends: .deploy-python-tool
Expand Down

0 comments on commit 4e3c3fc

Please sign in to comment.