Skip to content

Commit 8ebb6f0

Browse files
svekarsmalfet
andauthored
Update .jenkins/build.sh
Co-authored-by: Nikita Shulga <[email protected]>
1 parent b56a06b commit 8ebb6f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.jenkins/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,7 @@ elif [[ "${JOB_TYPE}" == "manager" ]]; then
154154
# Clean up directories that contain tutorials
155155

156156
for dir in beginner intermediate prototype recipes advanced distributed vision text audio; do
157-
if [ -d "gh-pages/$dir" ]; then
158-
rm -rf "gh-pages/$dir"
159-
fi
157+
rm -rf "gh-pages/$dir"
160158
done
161159

162160
cp -r docs/* gh-pages/

0 commit comments

Comments
 (0)