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

+1-1
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
# DOCS generator unit tests #
2828
grunt test:docgen --no-color

0 commit comments

Comments
 (0)