Skip to content

Commit

Permalink
Merge pull request #99 from thin-edge/chore-remove-operation-registra…
Browse files Browse the repository at this point in the history
…tion-service

chore: remove operation registration service workaround
  • Loading branch information
reubenmiller authored Oct 4, 2024
2 parents 5928a78 + ead3531 commit 6309686
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 55 deletions.

This file was deleted.

36 changes: 0 additions & 36 deletions images/common/utils/register-operations/register-operations.sh

This file was deleted.

6 changes: 0 additions & 6 deletions images/debian-systemd/debian-systemd.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ RUN chmod a+x /usr/bin/startup-notifier \
# Shutdown handler
COPY common/utils/on_shutdown.sh /usr/bin/on_shutdown.sh

# register-operations service
# WORKAROUND: Remove once the firmware_update command can be registered via MQTT
COPY common/utils/register-operations/register-operations.service /lib/systemd/system/
COPY common/utils/register-operations/register-operations.sh /usr/bin/register-operations
RUN systemctl enable register-operations.service

RUN echo "running" \
&& wget -O - thin-edge.io/install.sh | sh -s \
&& systemctl enable collectd \
Expand Down

8 comments on commit 6309686

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
11 0 2 11 100 53.388999999s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
7 0 0 7 100 44.797s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
14 0 0 14 100 58.791s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
20 0 2 20 100 2m37.724s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
14 0 0 14 100 59.174s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
11 0 2 11 100 54.039s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
7 0 0 7 100 53.688s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
20 0 2 20 100 2m38.484999999s

Please sign in to comment.