Skip to content

Commit

Permalink
revert trigger command agent metadata change
Browse files Browse the repository at this point in the history
  • Loading branch information
O1ahmad committed Aug 14, 2020
1 parent 2b13c7f commit a683667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/src/Pipeline/TriggerCommand.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ in

(
\(dhallPipelineRelativeToBuildKiteDir : Text) ->
Cmd.quietly "dhall-to-yaml --quoted <<< '(./buildkite/${dhallPipelineRelativeToBuildKiteDir}).pipeline' | BUILDKITE_AGENT_META_DATA_SIZE=small buildkite-agent pipeline upload"
Cmd.quietly "dhall-to-yaml --quoted <<< '(./buildkite/${dhallPipelineRelativeToBuildKiteDir}).pipeline' | buildkite-agent pipeline upload"
) : Text -> Cmd.Type

0 comments on commit a683667

Please sign in to comment.