Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 84f1d3b

Browse files
authored
Apply the right tag for linux fuchsia cipd packages. (#46123)
The cipd packages were all being uploaded and tagged with git:HEAD. Bug: flutter/flutter#126461 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent 444febf commit 84f1d3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/builders/linux_fuchsia.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"name": "Upload to CIPD for arch: arm64",
164164
"parameters": [
165165
"--engine-version",
166-
"HEAD",
166+
"${REVISION}",
167167
"--target-arch",
168168
"arm64",
169169
"--out-dir",
@@ -180,7 +180,7 @@
180180
"name": "Upload to CIPD for arch: x64",
181181
"parameters": [
182182
"--engine-version",
183-
"HEAD",
183+
"${REVISION}",
184184
"--target-arch",
185185
"x64",
186186
"--out-dir",

0 commit comments

Comments
 (0)