We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca40794 commit c1901b0Copy full SHA for c1901b0
.vsts.pipelines/steps/run-bootstrap.yml
@@ -79,7 +79,7 @@ steps:
79
- script: |
80
set -ex
81
df -h
82
- $(docker.run) --network=none $(docker.bst.map) $(docker.bst.work) $(imageName) bash -c '
+ $(docker.run) $(docker.bst.map) $(docker.bst.work) $(imageName) bash -c '
83
/bst/sb/tarball/tool-bootstrapping/bootstrap.sh /bst/bootstrap_dir /bst/sb/tarball /bst/source-build-reference-packages 2'
84
displayName: Build stage1 source-build-reference-packages
85
condition: succeeded()
@@ -115,7 +115,7 @@ steps:
115
condition: always()
116
continueOnError: true
117
118
-# Run last step(3) of bootstapping
+# Run last step(3) of bootstrapping
119
120
121
0 commit comments