Skip to content

Commit

Permalink
Use SHA1 to use fixed distribution-scripts version
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Mar 7, 2018
1 parent 04755f9 commit 3ad85aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
steps:
# checkout specific distribution-scripts version to perform releases and nightly
- run: |
git clone https://github.com/bcardiff/distribution-scripts.git ~/distribution-scripts
git clone https://github.com/crystal-lang/distribution-scripts.git ~/distribution-scripts
cd ~/distribution-scripts
git checkout params
git checkout 839e8ce63e5c48393faa0c126dd2f42aa5c798aa
# persist relevant information for build process
- run: |
cd ~/distribution-scripts
Expand Down

0 comments on commit 3ad85aa

Please sign in to comment.