From 1405d89d9a568572148c458631f069972bd6427f Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Mon, 31 Oct 2022 22:21:45 +0200 Subject: [PATCH] Test scheduled job --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 433028c..00e58b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,7 +147,7 @@ cleanup:test: image: docker:stable stage: cleanup only: - - schedules + - develop script: echo test @@ -155,7 +155,7 @@ docker_prune:dev: image: docker:stable stage: cleanup only: - - schedules + - develop environment: name: dev url: http://api.dev.sahkoinsinoorikilta.fi @@ -177,7 +177,7 @@ docker_prune:prod: image: docker:stable stage: cleanup only: - - schedules + - develop environment: name: production url: https://api.sahkoinsinoorikilta.fi