We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d59cae + 4a89897 commit 4a5fbaaCopy full SHA for 4a5fbaa
.gitlab-ci.yml
@@ -1,7 +1,7 @@
1
include:
2
project: TankerHQ/gitlab-ci-files
3
file: /rust.yml
4
- ref: 37bb68d38359db981eaec61aa6918075ff29d4e0
+ ref: ecfaa4031b36380595405ca7078f73daf08c6b1b
5
6
check/native-from-sources/linux:
7
extends:
run-ci.py
@@ -321,7 +321,7 @@ def main() -> None:
321
ref = tankerci.git.find_ref(
322
Path.cwd(), [f"origin/{args.branch}", f"origin/{fallback}"]
323
)
324
- tankerci.git.reset(Path.cwd(), ref)
+ tankerci.git.reset(Path.cwd(), ref, clean=False)
325
elif args.command == "download-artifacts":
326
tankerci.gitlab.download_artifacts(
327
project_id=args.project_id,
0 commit comments