Compare commits

..

1 Commits

Author SHA1 Message Date
75e9a41420 wip: ci: run in kubernetes
Some checks reported errors
dustin/basementhud/pipeline/pr-master Something is wrong with the build of this commit
2022-11-25 17:09:37 -06:00

View File

@@ -4,7 +4,7 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: build - name: build
image: registry.pyrocufflink.blue/build/basementhud image: git.pyrocufflink.net/containerimages/build/basementhud
command: command:
- sleep - sleep
- infinity - infinity
@@ -15,7 +15,7 @@ spec:
- name: tmp - name: tmp
mountPath: /tmp mountPath: /tmp
- name: publish - name: publish
image: registry.fedoraproject.org/fedora image: git.pyrocufflink.net/containerimages/build/basementhud
command: command:
- sleep - sleep
- infinity - infinity