File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
.github/actions/config-poetry Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 7676 ARTIFACTORY_ACCESS_TOKEN : ${{ fromJSON(steps.secrets.outputs.vault).ARTIFACTORY_ACCESS_TOKEN }}
7777 POETRY_VIRTUALENVS_PATH : ${{ github.workspace }}/${{ inputs.poetry-virtualenvs-path }}
7878 POETRY_CACHE_DIR : ${{ github.workspace }}/${{ inputs.poetry-cache-dir }}
79+ MISE_VERBOSE : 1
7980 run : |
8081 echo "POETRY_VIRTUALENVS_PATH=${POETRY_VIRTUALENVS_PATH}" >> "$GITHUB_ENV"
8182 echo "POETRY_CACHE_DIR=${POETRY_CACHE_DIR}" >> "$GITHUB_ENV"
Original file line number Diff line number Diff line change @@ -13,8 +13,11 @@ set_build_env() {
1313}
1414
1515config_poetry () {
16+ echo " add repox"
1617 jf config add repox --artifactory-url " $ARTIFACTORY_URL " --access-token " $ARTIFACTORY_ACCESS_TOKEN "
18+ echo " poetry-config"
1719 jf poetry-config --server-id-resolve repox --repo-resolve " $ARTIFACTORY_PYPI_REPO "
20+ echo " poetry install"
1821 jf poetry install --build-name=" $PROJECT " --build-number=" $BUILD_NUMBER "
1922}
2023
You can’t perform that action at this time.
0 commit comments