docker-training / ddev-labs

Labs for the workshop Docker for Enterprise Developers
15 stars 29 forks source link

build-and-push.sh script in health-checks is no longer executable #21

Closed TechnoRoss closed 6 years ago

TechnoRoss commented 6 years ago

The script will not run unless you chmod +x... This was not the case before, so I am assuming recent tweaks lost that bit.

bkatiemills commented 6 years ago

Where are you running this? bash build-and-push.sh works for me on a VM spun up by train.

TechnoRoss commented 6 years ago

lab guide for 9.1.2.2:

$ export MY_DOCKER_ID= $ ./build-and-push.sh

If your solution is correct, then that needs updating to read $ bash build-and-push.sh

bkatiemills commented 6 years ago

thanks, @TechnoRoss! fixed per your suggestion in PR above.