File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 13
13
- name : checkout dxtoolkit code
14
14
uses : actions/checkout@master
15
15
16
+ - name : make dir
17
+ run : |
18
+ mkdir dxtoolkit2
19
+ chmod 777 dxtoolkit2
20
+
16
21
- name : Set up a Perl container
17
22
# uses: pioro/dxtoolkit@develop
18
23
uses : docker://pioro/dxperlcent7:5.26
82
87
- name : checkout dxtoolkit code
83
88
uses : actions/checkout@master
84
89
90
+ - name : make dir
91
+ run : |
92
+ mkdir dxtoolkit2
93
+ chmod 777 dxtoolkit2
94
+
85
95
- name : Set up a Perl container
86
96
# uses: pioro/dxtoolkit@develop
87
97
uses : docker://pioro/dxperlubuntu18:5.26
98
108
99
109
- name : add examples
100
110
run : |
111
+ mkdir dxtoolkit2
112
+ chmod 777 dxtoolkit2
101
113
gzip -d dxtoolkit.tar.gz
102
114
cp bin/dxtools.conf.example dxtoolkit2/dxtools.conf.example
103
115
cp bin/dxusers.csv.example dxtoolkit2/dxusers.csv.example
@@ -122,6 +134,11 @@ jobs:
122
134
- name : checkout dxtoolkit code
123
135
uses : actions/checkout@master
124
136
137
+ - name : make dir
138
+ run : |
139
+ mkdir dxtoolkit2
140
+ chmod 777 dxtoolkit2
141
+
125
142
- name : Set up a Perl container
126
143
# uses: pioro/dxtoolkit@develop
127
144
uses : docker://pioro/dxperlcent6:5.26
@@ -163,6 +180,11 @@ jobs:
163
180
- name : checkout dxtoolkit code
164
181
uses : actions/checkout@master
165
182
183
+ - name : make dir
184
+ run : |
185
+ mkdir dxtoolkit2
186
+ chmod 777 dxtoolkit2
187
+
166
188
- name : Set up a Perl container
167
189
# uses: pioro/dxtoolkit@develop
168
190
uses : docker://pioro/dxperloel8:5.26
You can’t perform that action at this time.
0 commit comments