Skip to content

Commit

Permalink
fix: gcl with curl
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <[email protected]>
  • Loading branch information
msclock committed Apr 20, 2024
1 parent 50bee05 commit 574506c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gitlab-ci-local/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ fi
_log "info" GCL_VERSION "$GCL_VERSION"

cd /tmp
curl -sSL -o linux.gz "https://github.com/firecow/gitlab-ci-local/releases/download/${GCL_VERSION}/linux.gz"
curl -LJO "https://github.com/firecow/gitlab-ci-local/releases/download/${GCL_VERSION}/linux.gz"
gzip -dc linux.gz >/usr/local/bin/gitlab-ci-local && rm linux.gz
chmod 0755 /usr/local/bin/gitlab-ci-local

Expand Down

0 comments on commit 574506c

Please sign in to comment.