Commit 3392f14
committed
Redirect Conan - Artifactory authentication variables
The secrets for authentication against the Artifactory repository
are called ARTIFACTORY_USER and ARTIFACTORY_TOKEN, copy those
to environment variables CONAN_LOGIN_USERNAME and CONAN_PASSWORD
which are expected by Conan to authenticate package uploads.
Also fix pylint warning for obsolete --conan-login option
to aswfdocker CLI which was breaking Sonar scan.
Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>1 parent 7939f58 commit 3392f14
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments