Skip to content
Snippets Groups Projects
Unverified Commit c3c95bec authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

docs(platform/bitbucket-server): wrong start commands (#23683)

parent 8369c275
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ Once it's running and initialized, the quickest way to testing with Renovate is: ...@@ -47,7 +47,7 @@ Once it's running and initialized, the quickest way to testing with Renovate is:
At this point you should have a project ready for Renovate, and the `@renovate-bot` account ready to run on it. You can then run like this: At this point you should have a project ready for Renovate, and the `@renovate-bot` account ready to run on it. You can then run like this:
``` ```
yarn start --platform=bitbucket-server --endpoint=http://localhost:7990 --git-fs=http --username=renovate-bot --password=abc123456789! --log-level=debug --autodiscover=true npx renovate --platform=bitbucket-server --endpoint=http://localhost:7990 --git-fs=http --username=renovate-bot --password=abc123456789! --log-level=debug --autodiscover=true
``` ```
Alternatively using env: Alternatively using env:
...@@ -59,7 +59,7 @@ export RENOVATE_GIT_FS=http ...@@ -59,7 +59,7 @@ export RENOVATE_GIT_FS=http
export RENOVATE_USERNAME=renovate-bot export RENOVATE_USERNAME=renovate-bot
export RENOVATE_PASSWORD=abc123456789! export RENOVATE_PASSWORD=abc123456789!
export LOG_LEVEL=debug export LOG_LEVEL=debug
yarn start --autodiscover=true npx renovate --autodiscover=true
``` ```
You should then get a "Configure Renovate" onboarding PR in any projects that `@renovate-bot` has been invited to. You should then get a "Configure Renovate" onboarding PR in any projects that `@renovate-bot` has been invited to.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment