Compare commits

..

No commits in common. "e61ae09f67353f2d4c930d910aa8e9b4e5d24f2d" and "631300b9c2e352bd9375357aa69899d04d58196f" have entirely different histories.

4
Jenkinsfile vendored
View File

@ -12,10 +12,10 @@ pipeline {
sh """
echo 'Clearing Front directory'
docker run --rm -v /volume1/AcaMate/PROJECT/Application/Front:/front alpine \
sh -c "find /front -mindepth 1 -maxdepth 1 \\
find /aca/front/ -mindepth 1 -maxdepth 1 \\
! -name 'privacy' \\
! -name 'publish' \\
-exec rm -rf {} +"
-exec rm -rf {} +
echo 'Clean complete'
"""
}