Temporarily enable manual push-to-public.
This commit is contained in:
parent
0cbe3d86c0
commit
4150e84d20
1 changed files with 2 additions and 1 deletions
|
@ -42,10 +42,11 @@ build-slides:
|
||||||
- docker push eu.gcr.io/shad-ts/go-lectures
|
- docker push eu.gcr.io/shad-ts/go-lectures
|
||||||
|
|
||||||
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
|
||||||
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