Skip to content

Commit

Permalink
Merge pull request #89 from populationgenomics/ci-test-repo
Browse files Browse the repository at this point in the history
Don't depend on create_ci_test_repo step in deploy_ci
  • Loading branch information
vladsavelyev authored Mar 14, 2021
2 parents dd5239f + 3d0e269 commit 182dd85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2856,7 +2856,6 @@ steps:
- ci_database
- deploy_auth
- deploy_batch
- create_ci_test_repo
- deploy_ci_agent
- create_certs
- kind: runImage
Expand Down
5 changes: 0 additions & 5 deletions ci/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,8 @@ spec:
env:
- name: HAIL_DEPLOY_CONFIG_FILE
value: /deploy-config/deploy-config.json
{% if deploy %}
- name: HAIL_WATCHED_BRANCHES
value: '[]'
{% else %}
- name: HAIL_WATCHED_BRANCHES
value: '[["hail-ci-test/ci-test-{{create_ci_test_repo.token}}:master", true]]'
{% endif %}
- name: HAIL_GCP_PROJECT
value: "{{ global.project }}"
- name: HAIL_GCP_ZONE
Expand Down

0 comments on commit 182dd85

Please sign in to comment.