Update .gitea/workflows/deploy.yml
This commit is contained in:
parent
128a8874eb
commit
d41334d66b
|
@ -20,7 +20,8 @@ jobs:
|
|||
git clone --depth=1 https://git.alice.ufsj.edu.br/${{ gitea.repository }}
|
||||
|
||||
echo "Removing .git dir..."
|
||||
rm -rf ./${{ github.event.repository.name }}/.git
|
||||
rm -rf ./${{ github.event.repository.name }}/.git ./${{ github.event.repository.name }}/.gitea
|
||||
ls -la ./${{ github.event.repository.name }}
|
||||
|
||||
echo "Building package..."
|
||||
dpkg-deb --build ${{ github.event.repository.name }}
|
||||
|
|
Loading…
Reference in New Issue