bitrise icon indicating copy to clipboard operation
bitrise copied to clipboard

For git:: source steps prevent the username+password prompt!

Open viktorbenei opened this issue 8 years ago • 0 comments

e.g.:

- git::https://github.com/bitrise-io/NO-REPO.git@master:

Even if you run it with -ci flag, it'll present the username+psw prompt and hang there:

bitrise -ci run test

  ██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗
  ██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝
  ██████╔╝██║   ██║   ██████╔╝██║███████╗█████╗
  ██╔══██╗██║   ██║   ██╔══██╗██║╚════██║██╔══╝
  ██████╔╝██║   ██║   ██║  ██║██║███████║███████╗
  ╚═════╝ ╚═╝   ╚═╝   ╚═╝  ╚═╝╚═╝╚══════╝╚══════╝

Version: 1.3.7

INFO[14:42:55] bitrise runs in CI mode           

INFO[14:42:55] Running workflow (test)           

Cloning into '/tmp/bitrise534315245/step_src'...
Username for 'https://github.com':

viktorbenei avatar Sep 01 '16 12:09 viktorbenei