Skip to content

Commit

Permalink
ci: add .papr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon committed Jun 24, 2018
1 parent e2b1663 commit e66f1d9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .papr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
container:
image: registry.fedoraproject.org/fedora:27

tests:
- echo hello world
- echo foobar > foobar
- mkdir baz
- echo baz > baz/zoo
- sleep 10

artifacts:
- foobar
- baz/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# papr-sandbox

New content.
And more new content.

0 comments on commit e66f1d9

Please sign in to comment.