feature test
This commit is contained in:
@ -16,7 +16,6 @@ jobs:
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
run: |
|
||||
ls -la ${{ github.event.inputs.package }}/
|
||||
docker info || echo "NO DOCKER"
|
||||
make -C ${{ github.event.inputs.package }} fetch
|
||||
ls -la ${{ github.event.inputs.package }}/dist/ || echo "NO DIST"
|
||||
make -C ${{ github.event.inputs.package }} build publish
|
||||
|
||||
Reference in New Issue
Block a user