Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 48c8388

Browse files
authored
Fix linter issues - prettier (#403)
1 parent 65489c5 commit 48c8388

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/.gitlab-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ check_accessibility_vagrant_cloud:
145145
- packer-templates
146146
script:
147147
- for NAME in ubuntu-{18.10,18.04}-desktop-amd64 ubuntu-{18.04,16.04,14.04}-server-amd64 my_ubuntu-{18.04,16.04}-server-amd64 my_centos-7-x86_64 my_windows-10-enterprise-x64-eval windows-{server-{{2016,2012_r2}-standard,2019-datacenter},10-enterprise}-x64-eval; do
148-
for VAGRANT_PROVIDER in virtualbox libvirt; do
149-
CURRENT_VERSION=$(curl -s https://app.vagrantup.com/api/v1/box/peru/$NAME | jq -r ".current_version.version") ;
150-
URL="https://app.vagrantup.com/peru/boxes/$NAME/versions/$CURRENT_VERSION/providers/$VAGRANT_PROVIDER.box" ;
151-
echo "*** $URL" ;
152-
curl -L --fail --silent --head --output /dev/null "$URL" || ( echo "* Failed... ^^^" && exit 1 )
153-
done
148+
for VAGRANT_PROVIDER in virtualbox libvirt; do
149+
CURRENT_VERSION=$(curl -s https://app.vagrantup.com/api/v1/box/peru/$NAME | jq -r ".current_version.version") ;
150+
URL="https://app.vagrantup.com/peru/boxes/$NAME/versions/$CURRENT_VERSION/providers/$VAGRANT_PROVIDER.box" ;
151+
echo "*** $URL" ;
152+
curl -L --fail --silent --head --output /dev/null "$URL" || ( echo "* Failed... ^^^" && exit 1 )
153+
done
154154
done

0 commit comments

Comments
 (0)