We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd13b3 commit c08fa3eCopy full SHA for c08fa3e
build/ci.yml
@@ -27,8 +27,7 @@ steps:
27
- cf_export GOCACHE=/codefresh/volume/gocache # change gopath to codefresh shared volume
28
- cf_export GOPATH=/codefresh/volume/gopath
29
- cf_export PATH=$PATH:/codefresh/volume/gopath/bin
30
- - |
31
- LATEST_VERSION=$(curl --silent -H "Authorization: Bearer ${{GITHUB_TOKEN}}" "https://api.github.com/repos/codefresh-io/cli-v2/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
+ - LATEST_VERSION=$(curl --silent -H "Authorization:Bearer ${{GITHUB_TOKEN}}" "https://api.github.com/repos/codefresh-io/cli-v2/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
32
- cf_export LATEST_VERSION
33
- cf_export VERSION=$(make cur-version)
34
when:
0 commit comments