Test scheduled job
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user