Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quote the -out variable in terraform plan. #291

Merged
merged 1 commit into from
Sep 27, 2018
Merged

Conversation

lkysow
Copy link
Member

@lkysow lkysow commented Sep 27, 2018

Fixes #290. In Bitbucket Server, the repo owner name can have spaces.
This causes errors when running terraform plan -out path with spaces so
we need to quote it: terraform plan -out "path with spaces".

Fixes #290. In Bitbucket Server, the repo owner name can have spaces.
This causes errors when running terraform plan -out path with spaces so
we need to quote it: terraform plan -out "path with spaces".
@codecov
Copy link

codecov bot commented Sep 27, 2018

Codecov Report

Merging #291 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #291   +/-   ##
======================================
  Coverage    70.5%   70.5%           
======================================
  Files          61      61           
  Lines        3635    3635           
======================================
  Hits         2563    2563           
  Misses        893     893           
  Partials      179     179
Impacted Files Coverage Δ
server/events/models/models.go 89.04% <ø> (ø) ⬆️
server/events/runtime/plan_step_runner.go 92.85% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0de1c8...c56aa9e. Read the comment docs.

@lkysow lkysow merged commit 7e2d2d1 into master Sep 27, 2018
@lkysow lkysow deleted the bitbucket-spaceseparated branch September 27, 2018 20:46
jamengual pushed a commit that referenced this pull request Nov 24, 2022
* Add async scheduler.

* Fix.

* Fix.

* Handle cancel.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant