Skip to content

Commit

Permalink
#30-milestone3: test with task in concourse
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakasg18 committed Apr 6, 2022
1 parent cb30757 commit 99d78a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deployment_scripts/concourse_cd/data_source_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
plan:
- get: git-ds
trigger: true
- put: git-ds
params:
path: /tmp/
# passed:
# - "docker-build"
- task: copy-config
Expand All @@ -46,7 +49,7 @@ jobs:
source: {repository: busybox}
run:
path: cp
args: ["../k8s/config", "/tmp/"]
args: ["/tmp/DCoders/deployment_scripts/k8s/config", "/tmp/"]
- put: k8s
params:
context: minikube
Expand Down

0 comments on commit 99d78a1

Please sign in to comment.