Skip to content

Commit c1901b0

Browse files
committed
Bootstrap-CI: allow network to build s-b-r-p for download task to run smoothly
1 parent ca40794 commit c1901b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vsts.pipelines/steps/run-bootstrap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ steps:
7979
- script: |
8080
set -ex
8181
df -h
82-
$(docker.run) --network=none $(docker.bst.map) $(docker.bst.work) $(imageName) bash -c '
82+
$(docker.run) $(docker.bst.map) $(docker.bst.work) $(imageName) bash -c '
8383
/bst/sb/tarball/tool-bootstrapping/bootstrap.sh /bst/bootstrap_dir /bst/sb/tarball /bst/source-build-reference-packages 2'
8484
displayName: Build stage1 source-build-reference-packages
8585
condition: succeeded()
@@ -115,7 +115,7 @@ steps:
115115
condition: always()
116116
continueOnError: true
117117

118-
# Run last step(3) of bootstapping
118+
# Run last step(3) of bootstrapping
119119
- script: |
120120
set -ex
121121
df -h

0 commit comments

Comments
 (0)