Fix export
This commit is contained in:
parent
6e36346ad4
commit
9b9b8fbb82
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ push-to-public:
|
||||||
- curl -F token=$TESTER_TOKEN https://go.manytask.org/api/sync_task_columns
|
- curl -F token=$TESTER_TOKEN https://go.manytask.org/api/sync_task_columns
|
||||||
|
|
||||||
push-to-github:
|
push-to-github:
|
||||||
stage: .post
|
# stage: .post
|
||||||
image: cr.yandex/crp9onavos88ug32d5r2/grader/go
|
image: cr.yandex/crp9onavos88ug32d5r2/grader/go
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
@ -70,7 +70,7 @@ push-to-github:
|
||||||
- git checkout -b main
|
- git checkout -b main
|
||||||
- git remote rm github || true
|
- git remote rm github || true
|
||||||
- env GIT_SSH_COMMAND="ssh -i ${PWD}/private.key -o StrictHostKeyChecking=no" git remote add -f github git@github.com:slon/shad-go.git
|
- env GIT_SSH_COMMAND="ssh -i ${PWD}/private.key -o StrictHostKeyChecking=no" git remote add -f github git@github.com:slon/shad-go.git
|
||||||
- env GIT_SSH_COMMAND="ssh -i ${PWD}/private.key -o StrictHostKeyChecking=no" git push github main
|
- env GIT_SSH_COMMAND="ssh -i ${PWD}/private.key -o StrictHostKeyChecking=no" git push -f github main
|
||||||
|
|
||||||
deploy-slides:
|
deploy-slides:
|
||||||
stage: .post
|
stage: .post
|
||||||
|
|
Loading…
Reference in a new issue