gpt4 book ai didi

Gitlab CI没有缓存

转载 作者:行者123 更新时间:2023-12-03 22:37:17 24 4
gpt4 key购买 nike

我有以下 gitlab ci yaml 文件:

image: steveedson/ci

stages:
- build

cache:
untracked: true
key: "$CI_PROJECT_ID"
paths:
- node_modules/
- _site/vendor/
- .bundled/
- .yarn

build:
stage: build
script:
- ls -l
- yarn config set cache-folder .yarn
- yarn install
- ...

当我成功的构建完成时,它们显示:
Creating cache 1970478...
Created cache

当下一次提交触发构建时,我得到:
Checking cache for 1970478...
Successfully extracted cache

但是 ls -l在我的第一步中没有显示缓存的目录。我试过缓存缓存键,但这没有帮助。

这是在 gitlab.com 上运行的,而不是在私有(private)服务器上运行的。

最佳答案

所以,我的配置是正确的,Gitlab 确实支持作业之间的缓存,但是他们还没有将它添加到 gitlab.com 上的共享运行器中。

问题在这里 https://gitlab.com/gitlab-com/infrastructure/issues/919并且应该尽快添加。

关于Gitlab CI没有缓存,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41483926/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com