Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin e2a96916f3 wip: ci: Build in Kubernetes
dustin/dustin.web/pipeline/pr-master Something is wrong with the build of this commit Details
2022-12-02 21:43:33 -06:00
1 changed files with 4 additions and 0 deletions

View File

@ -10,11 +10,15 @@ spec:
tty: true tty: true
- name: python - name: python
image: docker.io/python:3.10 image: docker.io/python:3.10
command:
- python
args: args:
- c
- import signal; signal.pause() - import signal; signal.pause()
- name: rsync - name: rsync
image: git.pyrocufflink.net/containerimages/rsync image: git.pyrocufflink.net/containerimages/rsync
command: command:
- python - python
args: args:
- c
- import signal; signal.pause() - import signal; signal.pause()