Skip to content

Commit

Permalink
add file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich committed Jan 10, 2018
1 parent 0e0b12f commit 2d1aeb1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/testspecs/environment_tests/touchfile_docker_inworkdir.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
process:
process_type: 'string-interpolated-cmd'
cmd: 'echo Hello World > {outputfile}; touch inworkdir.txt'
publisher:
publisher_type: 'interpolated-pub'
glob: True
relative_paths: True
publish:
main_output: '{outputfile}'
inworkdir: inworkdir.txt
environment:
environment_type: 'docker-encapsulated'
image: atlas/slc6-atlasos
imagetag: '8862202-20171025'
workdir: '{workdir}'

0 comments on commit 2d1aeb1

Please sign in to comment.