File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -401,6 +401,7 @@ safety:
401
401
- .rules/build-wheel
402
402
script :
403
403
- 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
404
405
- 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
405
406
artifacts :
406
407
paths :
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ def main() -> None:
151
151
if args .home_isolation :
152
152
tankerci .conan .set_home_isolation ()
153
153
tankerci .conan .update_config ()
154
- if command in "prepare" :
154
+ if command == "prepare" :
155
155
# Because of GitLab issue https://gitlab.com/gitlab-org/gitlab/-/issues/254323
156
156
# the downstream deploy jobs will be triggered even if upstream has failed
157
157
# By removing the cache we ensure that we do not use a
You can’t perform that action at this time.
0 commit comments