Skip to content

Commit

Permalink
Merge pull request #10 from sixten-hilborn/change-login-username-default
Browse files Browse the repository at this point in the history
Change CONAN_LOGIN_USERNAME default value
  • Loading branch information
uilianries authored Apr 22, 2018
2 parents 6640f48 + b9fa521 commit bb92b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bincrafters/build_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_conan_vars():
username = os.getenv("CONAN_USERNAME", get_username_from_ci() or "bincrafters")
channel = os.getenv("CONAN_CHANNEL", get_channel_from_ci())
version = os.getenv("CONAN_VERSION", get_version())
login_username = os.getenv("CONAN_LOGIN_USERNAME", "bincrafters-user")
login_username = os.getenv("CONAN_LOGIN_USERNAME", username)
return username, channel, version, login_username


Expand Down

0 comments on commit bb92b8f

Please sign in to comment.