telia-oss / concourse-tasks

Common concourse tasks.
MIT License
3 stars 5 forks source link

Bug: plan ignore errors #32

Closed itsdalmo closed 5 years ago

itsdalmo commented 5 years ago

Ref: https://github.com/telia-oss/concourse-tasks/blob/master/terraform/terraform.sh#L91

Since we are not using set -o pipefail the line above means that terraform plan can fail without the task producing an error. Needs to be fixed, but I'm sure pipefail was disabled for another reason 🤷‍♂️

itsdalmo commented 5 years ago

Duplicate of: https://github.com/telia-oss/concourse-tasks/issues/27