Skip to content

Commit

Permalink
Update download-and-test-external.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Jul 13, 2024
1 parent 3b0ea68 commit c127256
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/download-and-test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,16 @@ jobs:
- name: Build testing repository
run: |
# read config once again
. os/external/${{ matrix.node }}.conf
cd build
mkdir -p repository/public
sed -i 's|"gpgProvider": ".*"|"gpgProvider": "gpg2"|g' tools/repository/aptly.conf
tools/repository/repo -i output/debs-beta -c update -p ${{ secrets.GPG_PASSPHRASE1 }}
# show version of package
echo "New version:" >> $GITHUB_STEP_SUMMARY
tools/repository/repo -c show | grep -w "${INSTALL%% *}" || true >> $GITHUB_STEP_SUMMARY
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 }}"
test:
Expand Down

0 comments on commit c127256

Please sign in to comment.