Skip to content

Commit

Permalink
ci path
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtakingiteasy committed May 14, 2022
1 parent 2283ac3 commit 582063c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ build:
done
done
wait
- wget -q "https://gitlab.com/api/v4/projects/gitlab-org%2Frelease-cli/packages/generic/release-cli/latest/release-cli-linux-amd64" -O "release-cli"
- chmod +x release-cli
- export PATH=$PWD:$PATH
- wget -q "https://gitlab.com/api/v4/projects/gitlab-org%2Frelease-cli/packages/generic/release-cli/latest/release-cli-linux-amd64" -O "/usr/bin/release-cli"
- chmod +x /usr/bin/release-cli
artifacts:
paths:
- jaroid-*
Expand Down

0 comments on commit 582063c

Please sign in to comment.