Compare commits

..

2 Commits

Author SHA1 Message Date
d1151eb3d8 Merge pull request '[♻️] Jenkins 동작 로직 수정 3' (#10) from seonkyu.kim/AcaMate_Web:main into debug
Some checks failed
AcaMate_FO/pipeline/head There was a failure building this commit
Reviewed-on: https://git.ipstein.myds.me/AcaMate/AcaMate_Web/pulls/10
2025-05-21 08:30:27 +00:00
1d2f8db794 [♻️] Jenkins 동작 로직 수정 3 2025-05-21 17:29:49 +09:00

1
Jenkinsfile vendored
View File

@ -11,6 +11,7 @@ pipeline {
steps {
script {
sh """
chown -R jenkins:jenkins /aca/front/
echo 'Clearing Front directory'
find /aca/front/ -mindepth 1 -maxdepth 1 \\
! -name 'privacy' \\