Skip to content

Commit 6900ae9

Browse files
fix(ci): install hologit through NPM instead of Habitat/Biome (#4085)
1 parent 32ca48b commit 6900ae9

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

.github/workflows/deploy-kubernetes.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,9 @@ jobs:
3939
location: ${{ env.GKE_REGION }}
4040
- run: curl -sSL https://install.python-poetry.org | python -
4141
- name: Set up hologit
42-
env:
43-
BIO_RELEASE: 1.6.821
42+
run: npm install -g hologit
43+
- name: Configure git identity
4444
run: |
45-
curl -LO "https://github.com/biome-sh/biome/releases/download/v${BIO_RELEASE}/bio-${BIO_RELEASE}-x86_64-linux.tar.gz"
46-
tar xzvf "bio-${BIO_RELEASE}-x86_64-linux.tar.gz"
47-
sudo mv bio /usr/local/bin/bio
48-
sudo bio pkg install --binlink jarvus/hologit
49-
5045
git config user.name "Github Action $GITHUB_JOB"
5146
git config user.email "$(whoami)@$(uname -n)"
5247

.github/workflows/preview-kubernetes.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,9 @@ jobs:
3939
location: ${{ env.GKE_REGION }}
4040
- run: curl -sSL https://install.python-poetry.org | python -
4141
- name: Set up hologit
42-
env:
43-
BIO_RELEASE: 1.6.821
42+
run: npm install -g hologit
43+
- name: Configure git identity
4444
run: |
45-
curl -LO "https://github.com/biome-sh/biome/releases/download/v${BIO_RELEASE}/bio-${BIO_RELEASE}-x86_64-linux.tar.gz"
46-
tar xzvf "bio-${BIO_RELEASE}-x86_64-linux.tar.gz"
47-
sudo mv bio /usr/local/bin/bio
48-
sudo bio pkg install --binlink jarvus/hologit
49-
5045
git config user.name "Github Action $GITHUB_JOB"
5146
git config user.email "$(whoami)@$(uname -n)"
5247

0 commit comments

Comments
 (0)