Skip to content

Commit d73a2b7

Browse files
committed
debugging
1 parent 7421e3d commit d73a2b7

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/actions/config-poetry/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ runs:
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
80+
RUST_BACKTRACE: full
7981
run: |
8082
echo "POETRY_VIRTUALENVS_PATH=${POETRY_VIRTUALENVS_PATH}" >> "$GITHUB_ENV"
8183
echo "POETRY_CACHE_DIR=${POETRY_CACHE_DIR}" >> "$GITHUB_ENV"

.github/actions/config-poetry/config-poetry.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ set_build_env() {
1313
}
1414

1515
config_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

0 commit comments

Comments
 (0)