Skip to content

Commit

Permalink
Fix typo in debos automation
Browse files Browse the repository at this point in the history
Update device updater plugin to support timestamps in meta
  • Loading branch information
NeonDaniel committed Aug 16, 2023
1 parent b5a5398 commit 2f7d3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_debos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
GOOGLE_KEY: ${{secrets.google_api_key}}
- name: Build and Export Image
run: |
bash action/neon_debos/run_automation.sh debian-neon-image-rpi4.yml dev /var/www/html/app/files/neon_images/pi/mycroft_mark_2 ${{ github.ref }}
bash action/neon_debos/run_automation.sh debian-neon-image-rpi4.yml ${{ github.ref }} /var/www/html/app/files/neon_images/pi/mycroft_mark_2 ${{ github.ref }}
2 changes: 1 addition & 1 deletion requirements/pi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ovos-stt-plugin-vosk~=0.1,>=0.1.4
# PHAL Plugins
neon-phal-plugin-reset~=0.3
neon-phal-plugin-core-updater~=1.2,>=1.2.1
neon-phal-plugin-device-updater~=0.0.1
neon-phal-plugin-device-updater~=0.0.1,>=0.0.2a1
neon-phal-plugin-fan~=0.0.3
neon-phal-plugin-switches~=0.0.4
neon-phal-plugin-linear_led~=0.2,>=0.2.2
Expand Down

0 comments on commit 2f7d3ab

Please sign in to comment.