Test what directories are available on PATH

Actual for CircleCI and GitHub Actions
This commit is contained in:
Anatoli Babenia 2023-07-06 06:45:14 +03:00 committed by GitHub
parent 741f95aa8a
commit ac0fa872cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,8 @@ ci-install-go-tools:
curl -sfL https://goreleaser.com/static/run > /usr/local/bin/goreleaser
ci-install-ci-tools:
curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sudo sh -s -- -b /usr/local/bin/ "v0.122.0"
echo ${PATH}
curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sudo sh -s -- -b ${HOME}/bin/ "v0.122.0"
ci-docker-login:
echo '${DOCKER_PASSWORD}' | docker login -u '${DOCKER_USERNAME}' --password-stdin '${PRODUCTION_REGISTRY}'