alphagov / csw-concourse

Delivery pipeline for Cloud Security Watch and concourse worker
MIT License
1 stars 2 forks source link

Change `deploycsw` from expect to bash #10

Closed akinnane closed 4 years ago

akinnane commented 5 years ago

The deploycsw script was swallowing errors from its child gulp task. This was causing the concourse task to complete succesfully even though the The expect script was only used to accept the SSH host keys from the bastion and dev hosts. I have changed the gulp task to auto-add the ssh hostkey-fingerprints from bastion and dev host.