IlyaSemenov / gitlab-ci-git-push

Gitlab CI runner image that pushes to a remote Git repo (Dokku, Heroku, Deis, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting "error: option `push-option' requires a value"

dabeeeenster opened this issue · comments

This container was working fine but I think the recent commit has broken things for me. The gitlab-ci.yml file reads

deploytostaging:
    image: ilyasemenov/gitlab-ci-git-push
    stage: deploy
    script: git-push dokku@<my dokku server>:admin-staging
    only:
        - develop

but I get this error on build:

error: option `push-option' requires a value
usage: git push [<options>] [<repository> [<refspec>...]]

Same issue here.

Same, the latest commit breaks my deployments.

Actually, #5 fixes this.

Sorry, folks. I didn't fully realise that people actually use this on everyday basis. :)