Skip to content

Commit

Permalink
remove --no-merges from uploading type shape to gs
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Sep 10, 2024
1 parent 5860406 commit 80e6122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/src/Jobs/Test/VersionLint.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let buildTestCmd
([] : List Text)
"buildkite/scripts/dump-mina-type-shapes.sh"
# [ Cmd.run
"gsutil cp \$(git log -n 1 --format=%h --abbrev=7 --no-merges)-type_shape.txt \$MINA_TYPE_SHAPE gs://mina-type-shapes"
"gsutil cp \$(git log -n 1 --format=%h --abbrev=7)-type_shape.txt \$MINA_TYPE_SHAPE gs://mina-type-shapes"
]
# RunInToolchain.runInToolchain
([] : List Text)
Expand Down

0 comments on commit 80e6122

Please sign in to comment.