generated from alice-meta-packages/alice-meta-template
Update .gitea/workflows/deploy.yml
Deploy Package / Explore-Gitea-Actions (push) Successful in 4s
Details
Deploy Package / Explore-Gitea-Actions (push) Successful in 4s
Details
This commit is contained in:
parent
60294986c6
commit
ce818a8ec6
|
@ -20,7 +20,7 @@ jobs:
|
||||||
git clone --depth=1 https://git.alice.ufsj.edu.br/${{ gitea.repository }}
|
git clone --depth=1 https://git.alice.ufsj.edu.br/${{ gitea.repository }}
|
||||||
|
|
||||||
echo "Removing .git dir..."
|
echo "Removing .git dir..."
|
||||||
rm -rf ./${{ github.event.repository.name }}/.git
|
rm -rf ./${{ github.event.repository.name }}/{.git,.gitea}
|
||||||
|
|
||||||
echo "Building package..."
|
echo "Building package..."
|
||||||
dpkg-deb --build ${{ github.event.repository.name }}
|
dpkg-deb --build ${{ github.event.repository.name }}
|
||||||
|
|
Loading…
Reference in New Issue