Исправление получения имени репозитория
Some checks failed
Build / Build project (push) Has been cancelled
Some checks failed
Build / Build project (push) Has been cancelled
This commit is contained in:
parent
819545bdf4
commit
8626629480
1 changed files with 6 additions and 6 deletions
|
@ -18,9 +18,9 @@ jobs:
|
||||||
REPO_FULL=${{ env.GITHUB_REPOSITORY }}
|
REPO_FULL=${{ env.GITHUB_REPOSITORY }}
|
||||||
REPO=$(echo $REPO_FULL | cut -d'/' -f2)
|
REPO=$(echo $REPO_FULL | cut -d'/' -f2)
|
||||||
sudo ctn-tool \
|
sudo ctn-tool \
|
||||||
|
--project-name "$REPO" \
|
||||||
--source-dir ./ \
|
--source-dir ./ \
|
||||||
--nfs-address ${{ env.NFS_ADDRESS }} \
|
--nfs-address ${{ env.NFS_ADDRESS }} \
|
||||||
--nfs-port ${{ env.NFS_PORT }} \
|
--nfs-port ${{ env.NFS_PORT }} \
|
||||||
--nfs-path / \
|
--nfs-path / \
|
||||||
--gpg-key ${{ env.GPG_KEY }} \
|
--gpg-key ${{ env.GPG_KEY }}
|
||||||
--project-name $REPO
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue