Skip to content

Commit

Permalink
Fix queue name and remove brewfile
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Hain <shain@chef.io>
  • Loading branch information
scotthain committed Jul 12, 2019
1 parent d7aed15 commit 9a33513
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 33 deletions.
29 changes: 0 additions & 29 deletions .buildkite/Brewfile

This file was deleted.

10 changes: 6 additions & 4 deletions .buildkite/release_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,14 @@ steps:
- BUILDKITE_AGENT_ACCESS_TOKEN

- label: ":mac: :habicat: core/hab"
command: .buildkite/scripts/build_mac_release.sh
command:
- .buildkite/scripts/build_mac_release.sh
agents:
queue: "anka-trial"
queue: default-macos-privileged
plugins:
- chef/anka#v0.4.3:
vm-name: "macos-omnibus-10.12"
- chef/anka#v0.5.2:
vm-name: macos-base-10.12
inherit-environment-vars: true
wait-network: true

- wait
Expand Down
4 changes: 4 additions & 0 deletions .buildkite/scripts/build_mac_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ source .buildkite/scripts/shared.sh
# Set SSL cert location
export SSL_CERT_FILE=/usr/local/etc/openssl/cert.pem

echo "--- Installing buildkite agent"
brew tap buildkite/buildkite
brew install --token="$BUILDKITE_AGENT_ACCESS_TOKEN" buildkite-agent

echo "--- Installing Habitat Toolchain Omnibus package"
# We now have a temporary pipeline to building this bootstrap package, but
# it just pushes to an S3 bucket here. The final omnibus pipeline is still
Expand Down

0 comments on commit 9a33513

Please sign in to comment.