From 4a898973d5fbe60ec997ea369a50c9065224c8b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20DELRIEU?= Date: Wed, 16 Jun 2021 17:41:13 +0200 Subject: [PATCH] ci: bump gitlab-ci-files ref, do not clean when resetting branch --- .gitlab-ci.yml | 2 +- run-ci.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,