Skip to content

Commit 3aeae97

Browse files
committed
[semver:patch]
Change validation commmands
1 parent 19040a8 commit 3aeae97

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)