Skip to content

Commit

Permalink
Remove a CI step which is now useless
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Dec 20, 2024
1 parent 998bbc6 commit 0fd4abe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ jobs:
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:36"

steps:
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch

- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 0fd4abe

Please sign in to comment.