We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22ce3e commit 668b457Copy full SHA for 668b457
.circleci/config.yml
@@ -183,7 +183,7 @@ pytorch_tutorial_build_defaults: &pytorch_tutorial_build_defaults
183
docker cp "$id:/var/lib/jenkins/workspace/src" /home/circleci/project
184
185
- save_cache:
186
- # Save to cache for incremental build.
+ # Save to cache for incremental build
187
key: v1.0-tutorial-{{ .Environment.CIRCLE_JOB }}
188
paths:
189
- /home/circleci/project/_build
0 commit comments