Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3120e0054c | |||
| f5927d7157 |
@@ -1,8 +1,8 @@
|
||||
name: Test Agent
|
||||
on: [push, workflow_dispatch]
|
||||
on: [push]
|
||||
jobs:
|
||||
test-agent-run:
|
||||
runs-on: arch-x86_64
|
||||
runs-on: debian-x86_64
|
||||
steps:
|
||||
- name: Fetch the repository
|
||||
run: git clone --branch ${{ gitea.ref_name }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
agent/docker/mosquitto/data/
|
||||
agent/docker/mosquitto/log/
|
||||
@@ -68,7 +68,7 @@ class FileDatasource:
|
||||
return AggregatedData(
|
||||
accelerometer=acc,
|
||||
gps=gps,
|
||||
timestamp=datetime.utcnow(),
|
||||
time=datetime.utcnow(),
|
||||
user_id=config.USER_ID,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user