mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
fedora-ostree-pruner: start building from correct context dir
Now that the upstream PR [1] has merged let's start building from that and also stop using `sleep infinity`. [1] https://github.com/coreos/fedora-coreos-releng-automation/pull/79
This commit is contained in:
@@ -7,7 +7,7 @@ metadata:
|
||||
spec:
|
||||
source:
|
||||
type: Git
|
||||
contextDir: coreos-ostree-importer
|
||||
contextDir: fedora-ostree-pruner
|
||||
git:
|
||||
{% if env == "staging" %}
|
||||
ref: fedora-infra-staging
|
||||
|
||||
@@ -20,8 +20,8 @@ spec:
|
||||
- name: fedora-ostree-pruner
|
||||
# sleep infinity is useful for debugging environment issues
|
||||
# comment out when not debugging
|
||||
args: ['infinity']
|
||||
command: ['/usr/bin/sleep']
|
||||
#args: ['infinity']
|
||||
#command: ['/usr/bin/sleep']
|
||||
volumeMounts:
|
||||
- name: fedora-ostree-content-volume
|
||||
mountPath: /mnt/koji
|
||||
|
||||
Reference in New Issue
Block a user