Skip to content

Commit

Permalink
pipeline(depls): fixes terraform update detection
Browse files Browse the repository at this point in the history
Fixes #94
  • Loading branch information
o-orand committed Feb 7, 2018
1 parent 4875119 commit f474092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concourse/pipelines/template/depls-pipeline.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ jobs:
params:
OLD_FILE: "<%= terraform_config_path %>/terraform.tfstate"
NEW_FILE: "terraform.tfstate"
COMMIT_MESSAGE: "Terraform Cloudfoundry auto update - [skip ci]"
COMMIT_MESSAGE: "Terraform TFState auto update"
on_failure:
put: failure-alert
params:
Expand Down

0 comments on commit f474092

Please sign in to comment.