File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -298,10 +298,16 @@ jobs:
298
298
299
299
- name : Build testing repository
300
300
run : |
301
+
302
+ # read config once again
303
+ . os/external/${{ matrix.node }}.conf
301
304
cd build
302
305
mkdir -p repository/public
303
306
sed -i 's|"gpgProvider": ".*"|"gpgProvider": "gpg2"|g' tools/repository/aptly.conf
304
307
tools/repository/repo -i output/debs-beta -c update -p ${{ secrets.GPG_PASSPHRASE1 }}
308
+ # show version of package
309
+ echo "New version:" >> $GITHUB_STEP_SUMMARY
310
+ tools/repository/repo -c show | grep -w "${INSTALL%% *}" || true >> $GITHUB_STEP_SUMMARY
305
311
rsync -arvc --rsync-path="mkdir -p /var/www/netcup.armbian.com/html/artifacts/${{ env.PR_NUMBER }}/${{ matrix.node }} && rsync" output/repository/public/ ${{ inputs.HOST_USER }}@${{ inputs.HOST_DEPLOY }}:"/var/www/netcup.armbian.com/html/artifacts/${{ env.PR_NUMBER }}/${{ matrix.node }}"
306
312
307
313
test :
You can’t perform that action at this time.
0 commit comments