Re-enable automatic push-to-public
This commit is contained in:
parent
cae651a357
commit
7a329184a5
1 changed files with 1 additions and 2 deletions
|
@ -42,11 +42,10 @@ build-slides:
|
||||||
- docker push cr.yandex/crp9onavos88ug32d5r2/go-lectures
|
- docker push cr.yandex/crp9onavos88ug32d5r2/go-lectures
|
||||||
|
|
||||||
push-to-public:
|
push-to-public:
|
||||||
# stage: .post
|
stage: .post
|
||||||
image: cr.yandex/crp9onavos88ug32d5r2/grader/go
|
image: cr.yandex/crp9onavos88ug32d5r2/grader/go
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
when: manual
|
|
||||||
script:
|
script:
|
||||||
- git remote rm public || true
|
- git remote rm public || true
|
||||||
- git remote add -f public https://prime:${CI_PUSH_TOKEN}@gitlab.com/slon/shad-go.git
|
- git remote add -f public https://prime:${CI_PUSH_TOKEN}@gitlab.com/slon/shad-go.git
|
||||||
|
|
Loading…
Reference in a new issue