diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-09 21:08:54 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-09 21:08:54 +0000 |
commit | a8648ba08604085c76be1e4f5253ffa89aa192e3 (patch) | |
tree | 2d2935497b0291eed102e75725fd4bb801146993 /doc | |
parent | e440e09fe47e84c45f9ed9acc3ec1213846e8be4 (diff) | |
download | gitlab-ce-a8648ba08604085c76be1e4f5253ffa89aa192e3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/packages/conan_repository/index.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/user/packages/conan_repository/index.md b/doc/user/packages/conan_repository/index.md index c6cc7e7905a..d3e913edfda 100644 --- a/doc/user/packages/conan_repository/index.md +++ b/doc/user/packages/conan_repository/index.md @@ -210,13 +210,6 @@ conan user <gitlab_username or deploy_token_username> -r gitlab -p <personal_acc Now when you run commands with `--remote=gitlab`, your username and password are included in the requests. -Alternatively, you can explicitly include your credentials in any given command. -For example: - -```shell -CONAN_LOGIN_USERNAME=<gitlab_username or deploy_token_username> CONAN_PASSWORD=<personal_access_token or deploy_token> conan upload Hello/0.1@mycompany/beta --all --remote=gitlab -``` - NOTE: Because your authentication with GitLab expires on a regular basis, you may occasionally need to re-enter your personal access token. |