Skip to content

Commit

Permalink
fix(idt): remove cmd and bash requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDombo committed Mar 26, 2024
1 parent 45934c8 commit bd387ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,11 @@ ComponentPublisher: Amazon
Manifests:
- Platform:
os: windows
Artifacts:
- URI: "file:C:/Windows/System32/cmd.exe"
Permission:
Read: ALL
Execute: ALL
Lifecycle:
run: |
cmd /c echo "Hello World!"
- Platform:
os: linux
Artifacts:
- URI: file:/bin/bash
Permission:
Read: ALL
Execute: ALL
Lifecycle:
run: |
bash -c "echo -ne \"Hello World!\n\""
echo "Hello World!"
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,11 @@ ComponentPublisher: Amazon
Manifests:
- Platform:
os: windows
Artifacts:
- URI: "file:C:/Windows/System32/cmd.exe"
Permission:
Read: ALL
Execute: ALL
Lifecycle:
run: |
cmd /c echo "Hello World!"
- Platform:
os: linux
Artifacts:
- URI: file:/bin/bash
Permission:
Read: ALL
Execute: ALL
Lifecycle:
run: |
bash -c "echo -ne \"Hello World!\n\""
echo "Hello World!"

0 comments on commit bd387ce

Please sign in to comment.