We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dac9fc commit 2bb618fCopy full SHA for 2bb618f
.github/workflows/test.yml
@@ -53,14 +53,14 @@ jobs:
53
ls -lrt images/Dappnode-debian-*.iso
54
55
# Create Ubuntu ISO
56
- # - name: create Ubuntu ISO
57
- # run: |
58
- # export BASE_OS=ubuntu
59
- # export UNATTENDED=true
60
- # docker compose up --build
61
- # ls images/
+ - name: create Ubuntu ISO
+ run: |
+ export BASE_OS=ubuntu
+ export UNATTENDED=true
+ docker compose up --build
+ ls images/
62
63
# Verify Ubuntu ISO creation
64
- # - name: verify Ubuntu ISO
65
66
- # ls -lrt images/Dappnode-ubuntu-*.iso
+ - name: verify Ubuntu ISO
+ ls -lrt images/Dappnode-ubuntu-*.iso
0 commit comments