Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -104,8 +104,9 @@ jobs: |
| 104 | 104 |
- |
| 105 | 105 |
name: Create matrix |
| 106 | 106 |
id: scripts |
| 107 |
+ # FIXME(thaJeztah): re-enable deprecate-integration-cli once https://github.com/moby/moby/pull/42300 is merged |
|
| 107 | 108 |
run: | |
| 108 |
- scripts=$(cd ./hack/validate && jq -nc '$ARGS.positional - ["all", "default", "dco"] | map(select(test("[.]")|not)) + ["generate-files"]' --args *)
|
|
| 109 |
+ scripts=$(cd ./hack/validate && jq -nc '$ARGS.positional - ["all", "default", "dco", "deprecate-integration-cli"] | map(select(test("[.]")|not)) + ["generate-files"]' --args *)
|
|
| 109 | 110 |
echo "matrix=$scripts" >> $GITHUB_OUTPUT |
| 110 | 111 |
- |
| 111 | 112 |
name: Show matrix |