Skip to content

Commit 4097cee

Browse files
committed
CI: Upgrade hub, use ssh by default
1 parent c722da1 commit 4097cee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ jobs:
213213
- run:
214214
name: Install hub
215215
command: |
216-
curl -sSL https://github.com/github/hub/releases/download/v2.2.9/hub-linux-amd64-2.2.9.tgz | \
216+
curl -sSL https://github.com/github/hub/releases/download/v2.14.2/hub-linux-amd64-2.14.2.tgz | \
217217
tar zxv -C /tmp
218-
sudo /tmp/hub-linux-amd64-2.2.9/install
218+
sudo /tmp/hub-linux-amd64-2.14.2/install
219219
- run:
220220
name: Expand SSH Key
221221
command: |
@@ -225,10 +225,11 @@ jobs:
225225
chmod go-rwx ~/.ssh/id_ed25519
226226
ssh-keygen -y -f ~/.ssh/id_ed25519 > ~/.ssh/id_ed25519.pub
227227
- run:
228-
name: Set git identity
228+
name: Set git/hub configuration
229229
command: |
230230
git config --global user.name "nipybot"
231231
git config --global user.email "[email protected]"
232+
git config --global hub.protocol ssh
232233
- run:
233234
name: Update feedstock
234235
command: |

0 commit comments

Comments
 (0)