Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangkaixiong
Qwen_lmdeploy
Commits
e37915e5
Unverified
Commit
e37915e5
authored
Sep 12, 2023
by
RunningLeon
Committed by
GitHub
Sep 12, 2023
Browse files
Fix disk space limit for building docker image (#404)
This reverts commit 7368b88692ecca3f5b39f92a8cc41cf21e3fd71e.
parent
450757b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.github/workflows/docker.yml
.github/workflows/docker.yml
+6
-0
No files found.
.github/workflows/docker.yml
View file @
e37915e5
...
@@ -26,7 +26,13 @@ jobs:
...
@@ -26,7 +26,13 @@ jobs:
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
-
name
:
Check disk space
-
name
:
Check disk space
run
:
|
run
:
|
df -h
ls /opt/hostedtoolcache
rm -rf ${GITHUB_WORKSPACE}/.git
rm -rf ${GITHUB_WORKSPACE}/.git
rm -rf /opt/hostedtoolcache/go
rm -rf /opt/hostedtoolcache/node
rm -rf /opt/hostedtoolcache/Ruby
rm -rf /opt/hostedtoolcache/CodeQL
cat /proc/cpuinfo | grep -ic proc
cat /proc/cpuinfo | grep -ic proc
free
free
df -h
df -h
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment