Skip to content

Commit

Permalink
Merge pull request #7080 from habitat-sh/cm/correct-emoji
Browse files Browse the repository at this point in the history
Use proper Buildkite emojis in release pipeline
  • Loading branch information
christophermaier committed Oct 22, 2019
2 parents 1e9ed71 + 2264755 commit 8b281fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .expeditor/release_habitat.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ steps:
- BUILD_PKG_TARGET=x86_64-windows
- BUILDKITE_AGENT_ACCESS_TOKEN

- label: "[:macos: build hab]"
- label: "[:mac: build hab]"
command:
# We need to install bash 4+ so we are able to use all the modern capabilities.
- brew install bash
Expand Down Expand Up @@ -373,7 +373,7 @@ steps:
environment:
- BUILD_PKG_TARGET=x86_64-windows

- label: "[:macos: upload hab binary]"
- label: "[:mac: upload hab binary]"
command:
- .expeditor/scripts/release_habitat/package_and_upload_binary.sh
expeditor:
Expand All @@ -395,7 +395,7 @@ steps:

- wait

- label: "[:habitat: delete build channel]"
- label: "[:habicat: delete build channel]"
command:
- .expeditor/scripts/release_habitat/remove_build_channel.sh habitat-release-$BUILDKITE_BUILD_ID
expeditor:
Expand Down

0 comments on commit 8b281fa

Please sign in to comment.