Skip to content

Commit

Permalink
docs(platform/bitbucket-server): wrong start commands (#23683)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Aug 3, 2023
1 parent 8369c27 commit c3c95be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/modules/platform/bitbucket-server/index.md
Expand Up @@ -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:

```
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:
Expand All @@ -59,7 +59,7 @@ export RENOVATE_GIT_FS=http
export RENOVATE_USERNAME=renovate-bot
export RENOVATE_PASSWORD=abc123456789!
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.
Expand Down

0 comments on commit c3c95be

Please sign in to comment.