Test caching to avoid cargo build issues
This commit is contained in:
parent
3087921bf7
commit
f3c6bc03e4
|
@ -349,6 +349,10 @@ deploy_documentation:
|
||||||
- docker:20-dind
|
- docker:20-dind
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
|
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
|
||||||
|
cache:
|
||||||
|
key: docker_public_${CI_COMMIT_REF_NAME}
|
||||||
|
paths:
|
||||||
|
- ~/.cargo
|
||||||
script:
|
script:
|
||||||
|
|
||||||
docker_publish_stable_release:
|
docker_publish_stable_release:
|
||||||
|
|
Loading…
Reference in New Issue