diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82057108d0ebd8bb97cf9b64fdc115f16d1b6fbb..cab5f3abcb4e7287f6b64132b8c08d95f4e857b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,8 +82,9 @@ 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"] | map(select(test("[.]")|not)) + ["generate-files"]' --args *) + scripts=$(cd ./hack/validate && jq -nc '$ARGS.positional - ["all", "default", "dco", "deprecate-integration-cli"] | map(select(test("[.]")|not)) + ["generate-files"]' --args *) echo "matrix=$scripts" >> $GITHUB_OUTPUT - name: Show matrix diff --git a/hack/validate/default b/hack/validate/default index 9606df2db15cf592ca2777422ecf572faff1acff..eaf61e45d51a4bc977826d746040ed7a5d77b108 100755 --- a/hack/validate/default +++ b/hack/validate/default @@ -12,6 +12,7 @@ SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" . "${SCRIPTDIR}"/swagger . "${SCRIPTDIR}"/swagger-gen . "${SCRIPTDIR}"/toml -. "${SCRIPTDIR}"/deprecate-integration-cli +# FIXME(thaJeztah): re-enable deprecate-integration-cli once https://github.com/moby/moby/pull/42300 is merged +#. "${SCRIPTDIR}"/deprecate-integration-cli . "${SCRIPTDIR}"/golangci-lint . "${SCRIPTDIR}"/shfmt