Removed brackets from variable.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
d4f4a0a98e
commit
52d152b8c2
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ steps:
|
||||||
- 'export BUILDX_URL=$(wget -q -O - https://api.github.com/repos/docker/buildx/releases/latest | grep "browser_download_url.*linux-$ARCH" | cut -d: -f2,3 | tr -d \")'
|
- 'export BUILDX_URL=$(wget -q -O - https://api.github.com/repos/docker/buildx/releases/latest | grep "browser_download_url.*linux-$ARCH" | cut -d: -f2,3 | tr -d \")'
|
||||||
- 'echo Found BUILDX_URL=$BUILDX_URL'
|
- 'echo Found BUILDX_URL=$BUILDX_URL'
|
||||||
- 'mkdir -p ~/.docker/cli-plugins'
|
- 'mkdir -p ~/.docker/cli-plugins'
|
||||||
- 'wget -o ~/.docker/cli-plugins/docker-buildx "${BUILDX_URL}"'
|
- 'wget -o ~/.docker/cli-plugins/docker-buildx "$BUILDX_URL"'
|
||||||
- 'chmod a+x ~/.docker/cli-plugins/docker-buildx'
|
- 'chmod a+x ~/.docker/cli-plugins/docker-buildx'
|
||||||
- 'docker version'
|
- 'docker version'
|
||||||
- 'docker buildx version'
|
- 'docker buildx version'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue