Skip to content

Commit 2e9930f

Browse files
committed
Wrong syntax for if else
1 parent e33a611 commit 2e9930f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gitlab_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
if $(git rev-parse --is-shallow-repository); then
8888
git fetch --unshallow
89-
else; then
89+
else
9090
git fetch
9191
fi
9292
echo "Checkout of ${{ github.base_ref }}"

0 commit comments

Comments
 (0)