8000 chore(testing): fix Jenkins breakage due to test directory already be… · simcn/angular.js@8829a2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8829a2a

Browse files
juliemrIgorMinar
authored andcommitted
chore(testing): fix Jenkins breakage due to test directory already being present
1 parent 84467d8 commit 8829a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rm -f angular.js.size
2222
npm install --color false
2323
grunt ci-checks package --no-color
2424

25-
mkdir test_out
25+
mkdir -p test_out
2626

2727
< 3E1A span class="pl-c"># DOCS generator unit tests #
2828
grunt test:docgen --no-color

0 commit comments

Comments
 (0)
0