Skip to content

Commit 78f215b

Browse files
committed
use default artifactRepository
1 parent b25f4ae commit 78f215b

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.argo/build.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@ spec:
2222
{ "name": "unifiac", "target": "unifiac", "artifact": "bin/targets/ath79/generic/openwrt-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin" },
2323
{ "name": "x86", "target": "x86", "artifact": "bin/targets/x86/64/openwrt-x86-64-generic-ext4-combined-efi.img.gz" }
2424
]
25-
25+
podGC:
26+
strategy: OnPodSuccess
27+
deleteDelayDuration: 600s
2628
ttlStrategy:
2729
secondsAfterSuccess: 1209600
2830
secondsAfterFailure: 1209600
2931
archiveLogs: true
30-
artifactRepositoryRef:
31-
configMap: artifact-repositories
32-
key: minio-repository
32+
#artifactRepositoryRef:
33+
# configMap: artifact-repositories
34+
# key: minio-repository
3335
templates:
3436
- name: entrypoint
3537
inputs:
@@ -253,4 +255,4 @@ spec:
253255
value: "{{inputs.parameters.gh-repo}}"
254256
volumeMounts:
255257
- name: workdir
256-
mountPath: /mnt
258+
mountPath: /mnt

0 commit comments

Comments
 (0)