ci: Use temp.sh
This commit is contained in:
parent
b90c37d4a0
commit
636a4ce224
2 changed files with 2 additions and 2 deletions
|
|
@ -452,7 +452,7 @@ fetch_release_info() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
log "fetching info on $VERSION version of $REPO"
|
log "fetching info on $VERSION version of $REPO"
|
||||||
RELEASE_INFO=$(mktemp -d)/release-info.json
|
RELEASE_INFO=$(mktempd)/release-info.json
|
||||||
if [ "$VERSION" = latest ]; then
|
if [ "$VERSION" = latest ]; then
|
||||||
release_info_url="https://api.github.com/repos/$REPO/releases/$VERSION"
|
release_info_url="https://api.github.com/repos/$REPO/releases/$VERSION"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
|
|
@ -1031,7 +1031,7 @@ fetch_release_info() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
log "fetching info on $VERSION version of $REPO"
|
log "fetching info on $VERSION version of $REPO"
|
||||||
RELEASE_INFO=$(mktemp -d)/release-info.json
|
RELEASE_INFO=$(mktempd)/release-info.json
|
||||||
if [ "$VERSION" = latest ]; then
|
if [ "$VERSION" = latest ]; then
|
||||||
release_info_url="https://api.github.com/repos/$REPO/releases/$VERSION"
|
release_info_url="https://api.github.com/repos/$REPO/releases/$VERSION"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue