diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b04a1ce..b8798d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ include: project: TankerHQ/gitlab-ci-files file: /rust.yml - ref: 37bb68d38359db981eaec61aa6918075ff29d4e0 + ref: ecfaa4031b36380595405ca7078f73daf08c6b1b check/native-from-sources/linux: extends: diff --git a/run-ci.py b/run-ci.py index 7111e2e..48a5e88 100644 --- a/run-ci.py +++ b/run-ci.py @@ -321,7 +321,7 @@ def main() -> None: ref = tankerci.git.find_ref( Path.cwd(), [f"origin/{args.branch}", f"origin/{fallback}"] ) - tankerci.git.reset(Path.cwd(), ref) + tankerci.git.reset(Path.cwd(), ref, clean=False) elif args.command == "download-artifacts": tankerci.gitlab.download_artifacts( project_id=args.project_id,