Skip to content

Commit 4a5fbaa

Browse files
committed
Merge branch 'theo/reset_branch_after_artifacts_download' into 'master'
ci: bump gitlab-ci-files ref, do not clean when resetting branch See merge request TankerHQ/sdk-rust!40
2 parents 7d59cae + 4a89897 commit 4a5fbaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include:
22
project: TankerHQ/gitlab-ci-files
33
file: /rust.yml
4-
ref: 37bb68d38359db981eaec61aa6918075ff29d4e0
4+
ref: ecfaa4031b36380595405ca7078f73daf08c6b1b
55

66
check/native-from-sources/linux:
77
extends:

run-ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def main() -> None:
321321
ref = tankerci.git.find_ref(
322322
Path.cwd(), [f"origin/{args.branch}", f"origin/{fallback}"]
323323
)
324-
tankerci.git.reset(Path.cwd(), ref)
324+
tankerci.git.reset(Path.cwd(), ref, clean=False)
325325
elif args.command == "download-artifacts":
326326
tankerci.gitlab.download_artifacts(
327327
project_id=args.project_id,

0 commit comments

Comments
 (0)