Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 6af42d22a8 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:44:27 -06:00
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ spec:
- name: rsync - name: rsync
image: git.pyrocufflink.net/containerimages/rsync image: git.pyrocufflink.net/containerimages/rsync
command: command:
- python - python3
args: args:
- c - c
- import signal; signal.pause() - import signal; signal.pause()