Skip to content

Commit

Permalink
fix for ansible NamespaceLink
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill committed Mar 31, 2023
1 parent f3e3b6b commit ab70b38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab70b38

Please sign in to comment.