File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 27
27
build-oblogproxy-ce :
28
28
runs-on : ubuntu-latest
29
29
steps :
30
+ - name : Clean tool cache
31
+ run : sudo rm -rf "$AGENT_TOOLSDIRECTORY"
32
+
30
33
- name : Print environment variables
31
34
run : printenv
32
35
50
53
tags : oblogproxy-ce
51
54
52
55
- name : Export Docker image
53
- run : |
54
- sudo rm -rf "$AGENT_TOOLSDIRECTORY"
55
- docker save -o oblogproxy-ce.tar oblogproxy-ce
56
+ run : docker save -o oblogproxy-ce.tar oblogproxy-ce
56
57
57
58
- name : Upload artifact
58
59
uses : actions/upload-artifact@v4
64
65
runs-on : ubuntu-latest
65
66
needs : [ build-oceanbase-ce, build-oblogproxy-ce ]
66
67
steps :
68
+ - name : Clean tool cache
69
+ run : sudo rm -rf "$AGENT_TOOLSDIRECTORY"
70
+
67
71
- name : Download artifact
68
72
uses : actions/download-artifact@v4
69
73
with :
You can’t perform that action at this time.
0 commit comments