Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 8b7748f

Browse files
author
Noah Lee
authored
Remove test contexts in deploy.yml
1 parent b8fd1eb commit 8b7748f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,13 @@ envs:
66
auto_merge: false
77
# Check test and publish is succeed.
88
required_contexts:
9-
- "go-test"
10-
- "react-test"
119
- "publish-image"
1210
deployable_ref: 'v.*\..*\..*'
1311

1412
- name: production
1513
task: ${GITPLOY_DEPLOY_TASK:=rollback}:kubernetes
1614
auto_merge: false
1715
required_contexts:
18-
- "go-test"
19-
- "react-test"
2016
- "publish-image"
2117
production_environment: true
2218
review:

0 commit comments

Comments
 (0)