Skip to content

Commit 1ed85da

Browse files
authored
Merge pull request #5540 from simpledotorg/sagar-rtsl/semaphore-blocks-qa-deployment
`Comment out QA deployment pipeline in Semaphore`
2 parents af3a8c3 + 26813a8 commit 1ed85da

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.semaphore/deploy.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ blocks:
1212
- checkout
1313
- script/argocd_deployment.sh $SANDBOX_ARGOCD_ENDPOINT $ARGOCD_USERNAME $SANDBOX_ARGOCD_PASSWORD $SEMAPHORE_GIT_SHA
1414
dependencies: []
15-
- name: Deploy to QA
16-
task:
17-
secrets:
18-
- name: argocd
19-
jobs:
20-
- name: Deploy to QA
21-
commands:
22-
- checkout
23-
- script/argocd_deployment.sh $QA_ARGOCD_ENDPOINT $ARGOCD_USERNAME $QA_ARGOCD_PASSWORD $SEMAPHORE_GIT_SHA
24-
dependencies: []
15+
# - name: Deploy to QA
16+
# task:
17+
# secrets:
18+
# - name: argocd
19+
# jobs:
20+
# - name: Deploy to QA
21+
# commands:
22+
# - checkout
23+
# - script/argocd_deployment.sh $QA_ARGOCD_ENDPOINT $ARGOCD_USERNAME $QA_ARGOCD_PASSWORD $SEMAPHORE_GIT_SHA
24+
# dependencies: []
2525
queue:
2626
name: Deployment queue
2727
scope: project

0 commit comments

Comments
 (0)