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:
298298
299299 - name : Build testing repository
300300 run : |
301+
302+ # read config once again
303+ . os/external/${{ matrix.node }}.conf
301304 cd build
302305 mkdir -p repository/public
303306 sed -i 's|"gpgProvider": ".*"|"gpgProvider": "gpg2"|g' tools/repository/aptly.conf
304307 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
305311 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 }}"
306312
307313 test :
You can’t perform that action at this time.
0 commit comments