Skip to content

Commit cf03c0a

Browse files
authored
eval_paddlepaddle -> eval_paddle
1 parent 8d72713 commit cf03c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ stage("Build and Publish") {
5353

5454
sh label: "Execute Notebooks [Paddlepaddle]", script: """set -ex
5555
conda activate ${ENV_NAME}
56-
./static/cache.sh restore _build/eval_paddlepaddle/data
56+
./static/cache.sh restore _build/eval_paddle/data
5757
d2lbook build eval --tab paddle
58-
./static/cache.sh store _build/eval_paddlepaddle/data
58+
./static/cache.sh store _build/eval_paddle/data
5959
"""
6060

6161
sh label:"Build HTML", script:"""set -ex

0 commit comments

Comments
 (0)