Skip to content

Commit

Permalink
Revert "Update CI"
Browse files Browse the repository at this point in the history
This reverts commit 9d82cd4.
  • Loading branch information
turbolent committed Jan 27, 2025
1 parent 6e54fc9 commit 1c03fb7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:

env:
GO_VERSION: '1.22'
GOPRIVATE: github.com/onflow/atree-internal

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
Expand Down Expand Up @@ -43,17 +42,6 @@ jobs:
- name: Install Flow CLI
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"

- name: Setup SSH for Onflow
run: git config --global [email protected]:onflow/.insteadOf https://github.com/onflow/

- name: Add GOPRIVATE
run: go env -w GOPRIVATE=${{ env.GOPRIVATE }}

- name: Setup SSH Agent
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.ATREE_DEPLOY_KEY }}

- name: Build
run: make -j8 build

Expand Down

0 comments on commit 1c03fb7

Please sign in to comment.