Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liushilongbuaa committed May 30, 2024
1 parent 7249a24 commit 4b3bcf5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azurepipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
- checkout: self
clean: true

- script: |
set -ex
while read -r line;do if echo $line | grep deb.debian.*buster-backports >/dev/null; then echo $line | sed 's/deb.debian/archive.debian/'; else echo $line;fi; done < /etc/apt/sources.list > sources.list
mv sources.list /etc/apt/sources.list
displayName: Setup env
- script: |
set -ex
./build.sh
Expand Down

0 comments on commit 4b3bcf5

Please sign in to comment.