Правильная конфигурация передаваемых аргументов
All checks were successful
Build / Build project (push) Successful in 1m16s
All checks were successful
Build / Build project (push) Successful in 1m16s
This commit is contained in:
parent
8626629480
commit
328a61b105
1 changed files with 4 additions and 6 deletions
|
@ -15,12 +15,10 @@ jobs:
|
|||
sudo solbuild build
|
||||
- name: Copy to NFS
|
||||
run: |
|
||||
REPO_FULL=${{ env.GITHUB_REPOSITORY }}
|
||||
REPO=$(echo $REPO_FULL | cut -d'/' -f2)
|
||||
sudo ctn-tool \
|
||||
--project-name "$REPO" \
|
||||
--project-name "$(echo ${{ env.GITHUB_REPOSITORY }} | cut -d'/' -f2)" \
|
||||
--source-dir ./ \
|
||||
--nfs-address ${{ env.NFS_ADDRESS }} \
|
||||
--nfs-port ${{ env.NFS_PORT }} \
|
||||
--nfs-address ${{ secrets.NFS_ADDRESS }} \
|
||||
--nfs-port ${{ secrets.NFS_PORT }} \
|
||||
--nfs-path / \
|
||||
--gpg-key ${{ env.GPG_KEY }}
|
||||
--gpg-key ${{ secrets.GPG_KEY }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue