Skip to content

Commit

Permalink
#30-milestone3: testing without docker build job
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakasg18 committed Apr 6, 2022
1 parent 1be0dbe commit f623151
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions deployment_scripts/concourse_cd/data_source_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ resources:
source:
kubeconfig: https://192.168.49.2:8443
jobs:
- name: "docker-build"
public: true
plan:
- get: git-ds
trigger: true
- put: docker-ds
params:
build: datasource_service
# - name: "docker-build"
# public: true
# plan:
# - get: git-ds
# trigger: true
# - put: docker-ds
# params:
# build: /datasource_service
- name: "deploy-application"
public: true
plan:
Expand Down

0 comments on commit f623151

Please sign in to comment.