This website works better with JavaScript.
Home
Help
Sign In
hms
/
pisdr-rpi-image
mirror of
https://github.com/luigifreitas/pisdr-image
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
14
Wiki
Activity
Browse Source
Remove CONTINUE flag.
tags/v4.0.0-beta.1
Luigi Cruz
4 years ago
parent
4c0ef750e1
commit
5accffd3a6
2 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
.github/workflows/release.yml
+0
-2
.github/workflows/validate.yml
+ 0
- 2
.github/workflows/release.yml
View File
@@ -18,8 +18,6 @@ jobs:
- name: Build project
id: builder
working-directory: ${{ env.working-directory }}
env:
PRESERVE_CONTAINER: 1
run: |
bash build-docker.sh
echo ::set-output name=filename::$(ls deploy/*.tar.xz | xargs -n 1 basename)
+ 0
- 2
.github/workflows/validate.yml
View File
@@ -15,8 +15,6 @@ jobs:
- name: Build project
id: builder
working-directory: ${{ env.working-directory }}
env:
PRESERVE_CONTAINER: 1
run: |
bash build-docker.sh
echo ::set-output name=filename::$(ls deploy/*.tar.xz | xargs -n 1 basename)
Write
Preview
Loading…
Cancel
Save