Skip to content

Commit

Permalink
Merge pull request #653 from opendevstack/fix/ask-for-bb-user
Browse files Browse the repository at this point in the history
Ask for Bitbucket username during installation
  • Loading branch information
michaelsauter authored Jan 30, 2023
2 parents c607238 + 347c428 commit 7b3c611
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ listed in the changelog.

## [Unreleased]

### Fixed

- Installation does not ask for Bitbucket username ([#652](https://github.com/opendevstack/ods-pipeline/issues/652))

### Added

- Add new default npm toolset with Node.js 18 ([#585](https://github.com/opendevstack/ods-pipeline/issues/585))
Expand Down
4 changes: 2 additions & 2 deletions deploy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ else
installSecret "ods-bitbucket-auth" \
"basic-auth-secret.yaml.tmpl" \
"${BITBUCKET_AUTH}" \
"" \
"Please enter a personal access token of a Bitbucket user with project admin permission (input will be hidden):"
"Please enter the username of Bitbucket user with write permission." \
"Please enter a personal access token of this Bitbucket user (input will be hidden):"

# Webhook secret is a special case, as we do not want the user to set it.
# No prompts -> password will be auto-generated if not given.
Expand Down

0 comments on commit 7b3c611

Please sign in to comment.