Skip to content

Commit 88edd01

Browse files
authored
Merge pull request #10 from fusion-e/0.0.12-dev
[semver:patch]
2 parents 19040a8 + 3aeae97 commit 88edd01

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/commands/validate_plugin_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ description: >
33
steps:
44
- run:
55
name: "Validate Plugin Version"
6-
command: bash -c "/bin/bash -c ecosystem-test validate-plugin-version"
6+
command: ecosystem-test validate-plugin-version

src/commands/validate_plugin_yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ description: >
33
steps:
44
- run:
55
name: "Validate Plugin YAMLs"
6-
command: bash -c "/bin/bash -c ecosystem-test validate-plugin-yamls"
6+
command: ecosystem-test validate-plugin-yamls

src/commands/validate_pulls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ description: >
33
steps:
44
- run:
55
name: "Validate Pulls"
6-
command: bash -c "/bin/bash -c ecosystem-test validate-pulls"
6+
command: ecosystem-test validate-pulls

0 commit comments

Comments
 (0)