feature test
This commit is contained in:
@ -14,6 +14,11 @@ jobs:
|
||||
run: |
|
||||
bash "${PKG}/scripts/download.sh" "$VERSION"
|
||||
|
||||
- name: Debug
|
||||
run: |
|
||||
ls -la ${PKG}/
|
||||
ls -la ${PKG}/dist/ || echo "no dist"
|
||||
|
||||
- name: Build deb
|
||||
run: |
|
||||
docker run --rm \
|
||||
|
||||
Reference in New Issue
Block a user