Skip to content

Commit

Permalink
fix cache file exceed limit size due to system link
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjoey committed Nov 23, 2023
1 parent 7cd9e5b commit 9a66f5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions actions/agent/1.0/dice.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
### job 配置项
jobs:
agent:
image: registry.erda.cloud/erda-actions/action-agent:2.3-alpha-20230530111049-139ac9c59
image: registry.erda.cloud/erda-actions/amd64/action-agent:2.4-alpha-20231123163243-fd60919fc
labels:
# 必填字段
MD5: a3dbe69dd1eb4b9644178dd81e97a458
MD5: fbf7436210dc875b1050c6ed1da09ce7
envs:
# DEBUG mode, will produce more logs
DEBUG: false
Expand All @@ -15,3 +15,4 @@ jobs:
FILE_STREAM_TIMEOUT_SEC: 60
DEFAULT_SHELL: sh -x -e
DEFAULT_TIMEZONE: Asia/Shanghai
MAX_CACHE_FILE_MB: 2048

0 comments on commit 9a66f5d

Please sign in to comment.