fix bug on rm command
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -36,7 +36,7 @@ pipeline{
|
||||
set -e
|
||||
export WORKSPACE=$(realpath "./jenkins/workspace/antosaio-docker")
|
||||
cd $WORKSPACE
|
||||
[ -d antos ] && rm antos
|
||||
[ -d antos ] && rm -rf antos
|
||||
mkdir antos
|
||||
cp /var/jenkins_home/workspace/nightly-antosaio/build/* antos -rf
|
||||
tree antos
|
||||
@@ -55,7 +55,7 @@ pipeline{
|
||||
set -e
|
||||
export WORKSPACE=$(realpath "./jenkins/workspace/antosaio-docker")
|
||||
cd $WORKSPACE
|
||||
[ -d antos ] && rm antos
|
||||
[ -d antos ] && rm -rf antos
|
||||
mkdir antos
|
||||
cp /var/jenkins_home/workspace/nightly-antosaio/build/* antos -rf
|
||||
tree antos
|
||||
|
Reference in New Issue
Block a user