feature test
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
name: Build packages
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
package:
|
||||||
|
description: 'Package name'
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -15,11 +24,6 @@ jobs:
|
|||||||
cd ${PKG}
|
cd ${PKG}
|
||||||
bash scripts/download.sh "$VERSION"
|
bash scripts/download.sh "$VERSION"
|
||||||
|
|
||||||
- name: Debug
|
|
||||||
run: |
|
|
||||||
ls -la ${PKG}/
|
|
||||||
ls -la ${PKG}/dist/ || echo "no dist"
|
|
||||||
|
|
||||||
- name: Build deb
|
- name: Build deb
|
||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
|
|||||||
Reference in New Issue
Block a user