From 4150e84d2069172175a11b22a404d4dbfd17fc37 Mon Sep 17 00:00:00 2001 From: Arseny Balobanov Date: Thu, 5 May 2022 22:31:35 +0300 Subject: [PATCH] Temporarily enable manual push-to-public. --- .releaser-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.releaser-ci.yml b/.releaser-ci.yml index a30714a..04b5da2 100644 --- a/.releaser-ci.yml +++ b/.releaser-ci.yml @@ -42,10 +42,11 @@ build-slides: - docker push eu.gcr.io/shad-ts/go-lectures push-to-public: - stage: .post + # stage: .post image: eu.gcr.io/shad-ts/grader/go only: - master + when: manual script: - git remote rm public || true - git remote add -f public https://prime:${CI_PUSH_TOKEN}@gitlab.com/slon/shad-go.git