File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v2
16- - name: Get package artifacts
16+ - name : Get package artifacts
1717 with :
1818 uses : i3h/download-release-asset@v1
1919 owner : cli
3535 chmod +x blobxfer
3636 - name : install reprepro
3737 run : sudo apt-get install -y reprepro
38- - name: run reprepro
39- run: |
38+ - name : run reprepro
39+ run : |
4040 echo "Importing pubkey..."
4141 cat conf/pubkey.asc | gpg --import --no-tty --batch --yes
4242 echo "Importing seckey..."
@@ -53,10 +53,10 @@ jobs:
5353 mkdir upload
5454 for file in \*.deb ; do /usr/bin/reprepro includedeb stable $file ; done
5555
56- - name: "Select repo artifacts"
57- # Select only final repo artifacts
58- # (this makes reprepro runs stateless)
59- - run: cp -a dists/ pool/ upload/
56+ - name : " Select repo artifacts"
57+ # Select only final repo artifacts
58+ # (this makes reprepro runs stateless)
59+ - run : cp -a dists/ pool/ upload/
6060 - name : upload to blob storage
6161 run : ./blobxfer upload --local-path upload/ --storage-account focusedelgamal --rmote-path '$web'
6262 env :
You can’t perform that action at this time.
0 commit comments