Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Remove repo cloning step (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Apr 12, 2023
1 parent 30beb44 commit c918c68
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Clone Qiskit/textbook repo
run: |
eval `ssh-agent -s`
ssh-add - <<< "${{ secrets.TEXTBOOK_REPO_CLONE_KEY }}"
git config --global url."git@github.com:".insteadOf "https://github.com"
git submodule update --init --recursive
git config --global url."git@github.com:".insteadOf "https://github.com"
- uses: actions/setup-node@v3
with:
node-version: "16"
Expand Down

0 comments on commit c918c68

Please sign in to comment.