Skip to content

Commit 780bf84

Browse files
committed
Trying to avoid cache misses
1 parent 28b2f89 commit 780bf84

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile.plugin

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ COPY build-dist.sh ./
4949
RUN ./build-dist.sh
5050

5151
# Build plugin sdist
52-
COPY plugin-tts-mimic3 ./plugin-tts-mimic3/
52+
COPY plugin-tts-mimic3/ ./plugin-tts-mimic3/
5353
RUN cd plugin-tts-mimic3 && \
5454
python3 setup.py sdist && \
5555
cp dist/*.tar.gz ../dist/

Jenkinsfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ pipeline {
4747
// Clean up
4848
stage('Clean') {
4949
steps {
50-
sh 'rm -rf dist/'
51-
sh 'rm -rf voices/'
50+
sh 'rm -rf dist/ voices/ plugin-tts-mimic3/dist/'
5251
}
5352
}
5453

0 commit comments

Comments
 (0)