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
OpenDAS
OpenFold
Commits
49804a59
"git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "2fa93c6946e84a41156f37001df5dd2e56e4f7b5"
Commit
49804a59
authored
May 13, 2024
by
jnwei
Browse files
small fix to docker-image ci workflow
parent
67068647
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
.github/workflows/docker-image.yml
.github/workflows/docker-image.yml
+3
-9
No files found.
.github/workflows/docker-image.yml
View file @
49804a59
...
@@ -11,13 +11,7 @@ jobs:
...
@@ -11,13 +11,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
name
:
Cleanup
-
name
:
Cleanup
# https://github.com/actions/virtual-environments/issues/2840
run
:
|
run
:
sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
# Clear up some space for docker image following:
# https://github.com/actions/virtual-environments/issues/2840
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
-
name
:
Build the Docker image
-
name
:
Build the Docker image
run
:
docker build . --file Dockerfile --tag openfold:$(date +%s)
run
:
docker build . --file Dockerfile --tag openfold:$(date +%s)
\ No newline at end of file
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