Skip to content

Commit e11580f

Browse files
committed
Creates dir for mapping refs #1931
1 parent 10ffb28 commit e11580f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

shippable.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ cache:
77
- html
88

99
build:
10-
pre_ci_boot:
11-
options: -v /tmp/test:/home/shippable/test
12-
1310
pre_ci:
11+
- mkdir /tmp/test
1412
- ls /tmp/test
1513
- docker pull jjmerelo/perl6-doccer
1614

15+
pre_ci_boot:
16+
options: -v /tmp/test:/home/shippable/test
17+
18+
1719
ci:
20+
- ls /tmp/test
1821
- docker run -t -v /root/test:/test jjmerelo/perl6-doccer
1922

2023

0 commit comments

Comments
 (0)