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:
parent
e8af5458a0
commit
bf8208c013
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
source:
|
source:
|
||||||
type: Git
|
type: Git
|
||||||
contextDir: coreos-ostree-importer
|
contextDir: fedora-ostree-pruner
|
||||||
git:
|
git:
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
ref: fedora-infra-staging
|
ref: fedora-infra-staging
|
||||||
|
|
|
@ -20,8 +20,8 @@ spec:
|
||||||
- name: fedora-ostree-pruner
|
- name: fedora-ostree-pruner
|
||||||
# sleep infinity is useful for debugging environment issues
|
# sleep infinity is useful for debugging environment issues
|
||||||
# comment out when not debugging
|
# comment out when not debugging
|
||||||
args: ['infinity']
|
#args: ['infinity']
|
||||||
command: ['/usr/bin/sleep']
|
#command: ['/usr/bin/sleep']
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: fedora-ostree-content-volume
|
- name: fedora-ostree-content-volume
|
||||||
mountPath: /mnt/koji
|
mountPath: /mnt/koji
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue