Fix publish order
This commit is contained in:
parent
794fc3514c
commit
b066362940
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue