Skip to content

Commit c127256

Browse files
authored
Update download-and-test-external.yml
1 parent 3b0ea68 commit c127256

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/download-and-test-external.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)