We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a2892 commit 0d5ed58Copy full SHA for 0d5ed58
.github/actions/config-poetry/config-poetry.sh
@@ -13,9 +13,9 @@ set_build_env() {
13
}
14
15
config_poetry() {
16
- jf config add repox --artifactory-url "$ARTIFACTORY_URL" --access-token "$ARTIFACTORY_ACCESS_TOKEN"
17
- jf poetry-config --server-id-resolve repox --repo-resolve "$ARTIFACTORY_PYPI_REPO"
18
- jf poetry install --build-name="$PROJECT" --build-number="$BUILD_NUMBER"
+ jf config add repox --artifactory-url "$ARTIFACTORY_URL" --access-token "$ARTIFACTORY_ACCESS_TOKEN"
+ jf poetry-config --server-id-resolve repox --repo-resolve "$ARTIFACTORY_PYPI_REPO" -v
+ jf poetry install --build-name="$PROJECT" --build-number="$BUILD_NUMBER" -v
19
20
21
main() {
0 commit comments