Compare commits
5 Commits
1f84af9fb2
...
631300b9c2
Author | SHA1 | Date | |
---|---|---|---|
631300b9c2 | |||
d51449aa36 | |||
8da46338e5 | |||
02d5797223 | |||
9ca480a134 |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -5,13 +5,13 @@ pipeline {
|
|||
DOCKER_DEBUG_CONTAINER = 'acamate-front-build-debug'
|
||||
APP_VOLUME = '/src'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Clear Repository') {
|
||||
steps {
|
||||
script {
|
||||
sh """
|
||||
echo 'Clearing Front directory'
|
||||
docker run --rm -v /volume1/AcaMate/PROJECT/Application/Front:/front alpine \
|
||||
find /aca/front/ -mindepth 1 -maxdepth 1 \\
|
||||
! -name 'privacy' \\
|
||||
! -name 'publish' \\
|
||||
|
|
Loading…
Reference in New Issue
Block a user