Test scheduled job

This commit is contained in:
Aarni Halinen
2022-10-31 22:19:30 +02:00
parent 52a83b9336
commit da1ae8d721
+8
View File
@@ -143,6 +143,14 @@ deploy:production:
after_script:
- docker logout "$CI_REGISTRY"
cleanup:test:
image: docker:stable
stage: cleanup
only:
- schedules
script:
echo test
docker_prune:dev:
image: docker:stable
stage: cleanup