Angelos Evripiotis pushed to branch aevri/safe_noninteractive at BuildStream / buildstream
Commits:
-
28b0e129
by Angelos Evripiotis at 2018-11-28T09:27:37Z
2 changed files:
Changes:
... | ... | @@ -42,9 +42,9 @@ commands: |
42 | 42 |
# Reset workspace
|
43 | 43 |
- directory: ../examples/developing/
|
44 | 44 |
output: ../source/sessions/developing-reset-workspace.html
|
45 |
- command: workspace reset hello.bst
|
|
45 |
+ command: workspace reset --assume-yes hello.bst
|
|
46 | 46 |
|
47 | 47 |
# Discard workspace
|
48 | 48 |
- directory: ../examples/developing/
|
49 | 49 |
output: ../source/sessions/developing-discard-workspace.html
|
50 |
- command: workspace close --remove-dir hello.bst
|
|
50 |
+ command: workspace close --remove-dir --assume-yes hello.bst
|
... | ... | @@ -17,4 +17,4 @@ commands: |
17 | 17 |
|
18 | 18 |
# Remove the workspace
|
19 | 19 |
- directory: ../examples/junctions
|
20 |
- command: workspace close --remove-dirs hello-junction.bst:hello.bst
|
|
20 |
+ command: workspace close --remove-dir --assume-yes hello-junction.bst:hello.bst
|