Fix publish order

This commit is contained in:
Fedor Korotkiy 2020-02-22 01:51:17 +03:00
parent 794fc3514c
commit b066362940

View file

@ -34,14 +34,6 @@ build-slides:
- docker build lectures -t eu.gcr.io/shad-ts/go-lectures - docker build lectures -t eu.gcr.io/shad-ts/go-lectures
- docker push 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: push-to-public:
stage: .post stage: .post
image: eu.gcr.io/shad-ts/grader/go image: eu.gcr.io/shad-ts/grader/go
@ -56,6 +48,7 @@ push-to-public:
- git branch -D public || true - git branch -D public || true
- git branch public public/master - git branch public public/master
- testtool export --push --move-to-master=false - testtool export --push --move-to-master=false
- curl -F token=$TESTER_TOKEN https://go.manytask.org/api/sync_task_columns
deploy-slides: deploy-slides:
stage: .post stage: .post