Skip to content
Snippets Groups Projects
Commit 4133b0a0 authored by Griefed's avatar Griefed :joystick:
Browse files

Remove cleanup stage

parent 7a0ed639
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ stages:
- readme
- test
- publish
- cleanup
before_script:
- docker info
......@@ -76,12 +75,4 @@ test_proxy:
# - docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY
# - docker build --network host --tag $DOCKER_USER/$DOCKER_REPO:arm-proxy -f Dockerfile.proxy .
# - docker push $DOCKER_USER/$DOCKER_REPO:arm-proxy
# - docker system prune --all --force
cleanup:
stage: cleanup
tags:
- shell
script:
- rm -rf * .dockerignore .github .gitignore .gitlab
- ls -ahl
\ No newline at end of file
# - docker system prune --all --force
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment