From ab70b3862d34b6293542f166873dcc4ef2d4b71e Mon Sep 17 00:00:00 2001 From: Justin Sherrill Date: Fri, 31 Mar 2023 11:17:55 -0400 Subject: [PATCH] fix for ansible NamespaceLink --- .github/workflows/pulp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pulp.yml b/.github/workflows/pulp.yml index 06468356..6b4d05e4 100644 --- a/.github/workflows/pulp.yml +++ b/.github/workflows/pulp.yml @@ -64,7 +64,8 @@ jobs: --git-user-id=content-services --git-repo-id=zest/release/${{ steps.pulpRelease.outputs.V_TAG }} \ --package-name=zest -p enumClassPrefix=true -p structPrefix=true \ -p disallowAdditionalPropertiesIfNotPresent=true \ - -p packageVersion=${{ steps.pulpRelease.outputs.PULP_TAG }} + -p packageVersion=${{ steps.pulpRelease.outputs.PULP_TAG }} \ + --global-property skipFormModel=false #for ansible plugin - name: Archive api json uses: actions/upload-artifact@v3