mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
fix circleci build
circleci apparently does not allow containers/volumes to be removed
This commit is contained in:
1
Makefile
1
Makefile
@ -23,7 +23,6 @@ image:
|
|||||||
docker build -t ctop_build -f Dockerfile_build .
|
docker build -t ctop_build -f Dockerfile_build .
|
||||||
docker create --name=ctop_built ctop_build ctop -v
|
docker create --name=ctop_built ctop_build ctop -v
|
||||||
docker cp ctop_built:/go/bin/ctop .
|
docker cp ctop_built:/go/bin/ctop .
|
||||||
docker rm -vf ctop_built
|
|
||||||
docker build -t ctop -f Dockerfile .
|
docker build -t ctop -f Dockerfile .
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
Reference in New Issue
Block a user