Skip to content
Permalink
Browse files
test exec
  • Loading branch information
bradrydzewski committed Oct 7, 2020
1 parent 7e62add commit e4b4857fd453ee2caa47114aa6ff548d06552cdd
Showing 1 changed file with 9 additions and 4 deletions.
@@ -5,7 +5,12 @@ steps:
- name: test1
image: alpine:3.8
commands:
- echo "echo hello" >> test.sh
- echo "echo world" >> test.sh
- chmod +x test.sh
- ./test.sh
- pwd
- echo "echo from outside volume" > /tmp/foo.sh
- chmod +x /tmp/foo.sh
- cat /tmp/foo.sh
- /tmp/foo.sh
- echo "echo from drone src" > /drone/src/foo.sh
- chmod +x /drone/src/foo.sh
- cat /drone/src/foo.sh
- /drone/src/foo.sh

0 comments on commit e4b4857

Please sign in to comment.