docs: Update link to image check script in digitalocean tools repo.

The old link doesn't work, the script was moved to
https://raw.githubusercontent.com/digitalocean/marketplace-partners/master/scripts/99-img-check.sh
This commit is contained in:
Mateusz Mandera
2021-06-03 18:03:37 +02:00
committed by Tim Abbott
parent 67dada8a44
commit 1fdf09cfac

View File

@@ -33,7 +33,7 @@ Also pass the following as environment variables in `.github/workflows/update-on
* SSH into the test droplet by following the instructions in the message. * SSH into the test droplet by following the instructions in the message.
* After logging into the test droplet, exit the installer and run the following script. * After logging into the test droplet, exit the installer and run the following script.
https://raw.githubusercontent.com/digitalocean/marketplace-partners/master/scripts/img_check.sh https://raw.githubusercontent.com/digitalocean/marketplace-partners/master/scripts/99-img-check.sh
This script checks whether the image created is valid. It is also run by the DigitalOcean team This script checks whether the image created is valid. It is also run by the DigitalOcean team
before they approve the image submission in the one click app marketplace. before they approve the image submission in the one click app marketplace.