Skip to content

Commit

Permalink
Wrong syntax for if else
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Apr 17, 2024
1 parent e33a611 commit 2e9930f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: |
if $(git rev-parse --is-shallow-repository); then
git fetch --unshallow
else; then
else
git fetch
fi
echo "Checkout of ${{ github.base_ref }}"
Expand Down

0 comments on commit 2e9930f

Please sign in to comment.