Skip to content

Commit

Permalink
Fix nightly release (#156)
Browse files Browse the repository at this point in the history
Clears up some flotsam that got left over after the great submodule
shift.
  • Loading branch information
aliddell authored Jan 9, 2024
1 parent 7a5f2da commit a00c83b
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,19 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Checkout core-libs nightly
- name: Checkout acquire-common nightly
if: ${{github.ref_name == 'nightly'}}
run: |
git fetch --tags
git checkout nightly
git submodule update
working-directory: ${{github.workspace}}/acquire-libs/acquire-core-libs

- name: Checkout runtime nightly
if: ${{github.ref_name == 'nightly'}}
run: |
git fetch --tags
git checkout nightly
git submodule update
working-directory: ${{github.workspace}}/acquire-libs/acquire-video-runtime
working-directory: ${{github.workspace}}/acquire-common

- name: Set config to pull nightly drivers
if: ${{github.ref_name == 'nightly'}}
run: |
cat >drivers.json <<EOF
{
"acquire-driver-common": "nightly",
"acquire-driver-zarr": "nightly",
"acquire-driver-egrabber": "nightly",
"acquire-driver-hdcam": "nightly",
Expand Down

0 comments on commit a00c83b

Please sign in to comment.