FHIR / sample-ig

A sample, template-driven implementation guide that provides instruction on creating IGs
Other
41 stars 65 forks source link

Forcing input from user during _upgradePublisher.sh breaks CI #15

Open peturv opened 4 years ago

peturv commented 4 years ago

Hiya!

Tried running my automated pipeline after having it dormant for some time and realized that confirmation is now required before download in _updatePublisher.sh

It's specifically the line

 read -r -p "$message" response 

that causes problems.

It would be nice to be able to pass a flag to force the answer to the question. Submitting a PR for this (only for the .sh as I don't have a PC to try out a .bat version)

costateixeira commented 4 years ago

can this issue be closed?