mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
validation: re-enable check for changes in integration-cli"
This reverts commit a891e4e3e1.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -104,9 +104,8 @@ jobs:
|
||||
-
|
||||
name: Create matrix
|
||||
id: scripts
|
||||
# FIXME(thaJeztah): re-enable deprecate-integration-cli once https://github.com/moby/moby/pull/42300 is merged
|
||||
run: |
|
||||
scripts=$(cd ./hack/validate && jq -nc '$ARGS.positional - ["all", "default", "dco", "deprecate-integration-cli"] | map(select(test("[.]")|not)) + ["generate-files"]' --args *)
|
||||
scripts=$(cd ./hack/validate && jq -nc '$ARGS.positional - ["all", "default", "dco"] | map(select(test("[.]")|not)) + ["generate-files"]' --args *)
|
||||
echo "matrix=$scripts" >> $GITHUB_OUTPUT
|
||||
-
|
||||
name: Show matrix
|
||||
|
||||
Reference in New Issue
Block a user