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
|
||||
|
||||
push-to-github:
|
||||
stage: .post
|
||||
# stage: .post
|
||||
image: cr.yandex/crp9onavos88ug32d5r2/grader/go
|
||||
only:
|
||||
- master
|
||||
|
@ -70,7 +70,7 @@ push-to-github:
|
|||
- git checkout -b main
|
||||
- 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 push github main
|
||||
- env GIT_SSH_COMMAND="ssh -i ${PWD}/private.key -o StrictHostKeyChecking=no" git push -f github main
|
||||
|
||||
deploy-slides:
|
||||
stage: .post
|
||||
|
|
Loading…
Reference in a new issue