From b066362940fe825c1b47ad305a92deae67d5cc58 Mon Sep 17 00:00:00 2001 From: Fedor Korotkiy Date: Sat, 22 Feb 2020 01:51:17 +0300 Subject: [PATCH] Fix publish order --- .releaser-ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.releaser-ci.yml b/.releaser-ci.yml index a64ba2d..090dfe0 100644 --- a/.releaser-ci.yml +++ b/.releaser-ci.yml @@ -34,14 +34,6 @@ build-slides: - docker build lectures -t eu.gcr.io/shad-ts/go-lectures - docker push eu.gcr.io/shad-ts/go-lectures -update-task-list: - only: - - master - tags: - - docker - script: - - curl -F token=$TESTER_TOKEN https://go.manytask.org/api/sync_task_columns - push-to-public: stage: .post image: eu.gcr.io/shad-ts/grader/go @@ -56,6 +48,7 @@ push-to-public: - git branch -D public || true - git branch public public/master - testtool export --push --move-to-master=false + - curl -F token=$TESTER_TOKEN https://go.manytask.org/api/sync_task_columns deploy-slides: stage: .post