Skip to content

Commit e668dd6

Browse files
author
Bastien Riviere
committed
Merge branch 'baba/fix-build-wheel' into 'master'
fix: add prepare for build-wheel See merge request TankerHQ/sdk-python!213
2 parents 9ba2b20 + 176d3dd commit e668dd6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ safety:
401401
- .rules/build-wheel
402402
script:
403403
- poetry run python run-ci.py reset-branch $UPSTREAM_BRANCH_NAME
404+
- poetry run python run-ci.py --isolate-conan-user-home prepare --use-tanker=deployed --tanker-ref $SDK_NATIVE_LATEST_CONAN_REFERENCE --profile $CONAN_PROFILE
404405
- poetry run python run-ci.py --isolate-conan-user-home build --profile $CONAN_PROFILE --release $SDK_PYTHON_RELEASE_VERSION --tanker-ref $SDK_NATIVE_LATEST_CONAN_REFERENCE
405406
artifacts:
406407
paths:

run-ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def main() -> None:
151151
if args.home_isolation:
152152
tankerci.conan.set_home_isolation()
153153
tankerci.conan.update_config()
154-
if command in "prepare":
154+
if command == "prepare":
155155
# Because of GitLab issue https://gitlab.com/gitlab-org/gitlab/-/issues/254323
156156
# the downstream deploy jobs will be triggered even if upstream has failed
157157
# By removing the cache we ensure that we do not use a

0 commit comments

Comments
 (0)