Create directory to have proto initialized

This commit is contained in:
Segey Lapin
2019-07-19 19:55:55 +03:00
parent 3583b86130
commit 7e26c074ab

1
Jenkinsfile vendored
View File

@@ -79,6 +79,7 @@ node('docker && ubuntu-16.04') {
sh '''#!/bin/sh
set -e
base=$(pwd)
rm -Rf proto1-html
mkdir proto1-html
cd proto1
ls -l