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

Remove cleanup stage

parent d0b220cc
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ stages: ...@@ -5,7 +5,6 @@ stages:
- readme - readme
- test - test
- publish - publish
- cleanup
before_script: before_script:
- docker info - docker info
...@@ -57,12 +56,4 @@ test_1: ...@@ -57,12 +56,4 @@ test_1:
# - docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY # - docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY
# - docker build --network host --tag $DOCKER_USER/$DOCKER_REPO:arm . # - docker build --network host --tag $DOCKER_USER/$DOCKER_REPO:arm .
# - docker push $DOCKER_USER/$DOCKER_REPO:arm # - docker push $DOCKER_USER/$DOCKER_REPO:arm
# - docker system prune --all --force # - docker system prune --all --force
\ No newline at end of file
cleanup:
stage: cleanup
tags:
- shell
script:
- rm -rf * .dockerignore .github .gitignore .gitlab
- ls -ahl
\ 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