Skip to content

Commit

Permalink
Simplify operation workflow test
Browse files Browse the repository at this point in the history
Signed-off-by: Didier Wenzek <didier.wenzek@free.fr>
  • Loading branch information
didier-wenzek committed Sep 4, 2024
1 parent 245942a commit b5c3276
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ Custom Setup

Copy Configuration Files
ThinEdgeIO.Transfer To Device ${CURDIR}/software_list.toml /etc/tedge/operations/
ThinEdgeIO.Transfer To Device ${CURDIR}/init-software-list.sh /etc/tedge/operations/
ThinEdgeIO.Transfer To Device ${CURDIR}/custom-download.toml /etc/tedge/operations/
ThinEdgeIO.Transfer To Device ${CURDIR}/schedule-download.sh /etc/tedge/operations/
ThinEdgeIO.Transfer To Device ${CURDIR}/launch-download.sh /etc/tedge/operations/
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
operation = "software_list" # A built in operation can be overridden

[init]
script = "/etc/tedge/operations/init-software-list.sh ${.topic}" # The json output of the script is used for the next step
script = "/etc/tedge/operations/echo-as-json.sh status scheduled"
on_stdout = ["scheduled"]

[scheduled]
Expand Down

0 comments on commit b5c3276

Please sign in to comment.