Bryon Borth

Results 1 issues of Bryon Borth

## Minimal .gitlab-ci.yml illustrating the issue ```yml --- hello: image: ubuntu script: - echo "Heya" > tempfile artifacts: paths: - tempfile ``` ### Expected behavior - Files are rsync-d without...

elaborate