Skip to content

Commit

Permalink
adding gocd yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jenish-jain committed Aug 21, 2024
1 parent dd6b728 commit 19d2b4a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipelines:
artifacts:
- external:
id: push-to-cs
store_id: artifact-s3-store
store_id: google-cloud-storage
configuration:
options:
Destination: 'builds/'
Expand Down Expand Up @@ -58,14 +58,15 @@ pipelines:
jobs:
fetch:
timeout: 0
is_file: yes
artifacts:
- external:
id: push-to-cs
store_id: artifact-s3-store
store_id: google-cloud-storage
configuration:
options:
Destination: 'new_builds/'
Source: builds/build.json
Source: "builds"
tasks:
- exec:
arguments:
Expand Down

0 comments on commit 19d2b4a

Please sign in to comment.