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.
2 parents 9c3d956 + 01381e8 commit bbdc9a8Copy full SHA for bbdc9a8
.gitlab-ci.yml
@@ -32,7 +32,7 @@ default:
32
before_script:
33
- poetry -V
34
- poetry run python -m pip install --upgrade pip
35
- - poetry install --no-root
+ - poetry install --no-root --remove-untracked
36
- poetry run python --version
37
image: registry.gitlab.com/tankerhq/docker/sdk-python:latest
38
@@ -87,7 +87,7 @@ stages:
87
.before-script/download-artifacts:
88
89
90
91
- poetry run python run-ci.py download-artifacts --project-id=$UPSTREAM_PROJECT_ID --pipeline-id=$UPSTREAM_PIPELINE_ID --job-name=$UPSTREAM_JOB_NAME
92
93
###############
0 commit comments