Skip to content

Commit 533e23e

Browse files
authored
Update azure-pipelines.yml
disable kubectl steps
1 parent 02d4a14 commit 533e23e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ steps:
5353
docker push $(latestImageName)
5454
displayName: 'Push docker image'
5555

56-
- task: Kubernetes@1
57-
displayName: 'kubectl update deployment'
58-
inputs:
59-
kubernetesServiceEndpoint: 'aks-hk-01'
60-
command: 'apply'
61-
arguments: '-f https://raw.githubusercontent.com/OpenReservation/OpenReservation.Notification/main/k8s/manifests/deployment.yaml'
56+
# - task: Kubernetes@1
57+
# displayName: 'kubectl update deployment'
58+
# inputs:
59+
# kubernetesServiceEndpoint: 'aks-hk-01'
60+
# command: 'apply'
61+
# arguments: '-f https://raw.githubusercontent.com/OpenReservation/OpenReservation.Notification/main/k8s/manifests/deployment.yaml'
6262

63-
- task: Kubernetes@1
64-
displayName: 'kubectl set image'
65-
inputs:
66-
kubernetesServiceEndpoint: 'aks-hk-01'
67-
command: 'set'
68-
arguments: 'image deployment/$(serviceName) $(serviceName)=$(imageName)'
63+
# - task: Kubernetes@1
64+
# displayName: 'kubectl set image'
65+
# inputs:
66+
# kubernetesServiceEndpoint: 'aks-hk-01'
67+
# command: 'set'
68+
# arguments: 'image deployment/$(serviceName) $(serviceName)=$(imageName)'
6969

7070
- script: |
7171
dotnet-exec "https://github.com/OpenReservation/scripts/blob/main/deploy/azure-pipelines-notification.cs"

0 commit comments

Comments
 (0)