Skip to content

Commit

Permalink
Add cloudsmith to PATH when creating corral builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed May 25, 2022
1 parent 8569946 commit 240be4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ task:
GITHUB_REPOSITORY: ponylang/corral

install_script:
- bash .ci-scripts/MacOS-arm64-install-pony-tools.bash release
- brew install coreutils
- pip3 install --upgrade cloudsmith-cli
- bash .ci-scripts/MacOS-arm64-install-pony-tools.bash release

nightly_script:
- export PATH="/tmp/ponyc/bin/:$PATH"
- export PATH="/tmp/ponyc/bin/:/Users/admin/Library/Python/3.8/bin:$PATH"
- bash .ci-scripts/release/arm64-apple-darwin-nightly.bash

#
Expand Down

0 comments on commit 240be4c

Please sign in to comment.