Skip to content

Commit

Permalink
test catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Jul 27, 2023
1 parent 2887293 commit 6851ac1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,13 @@ jobs:
echo "Bundle"
pwd
CATALOG_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.version -q -DforceStdout -f nuxeo-web-ui/pom.xml)
echo "Bundle1"
echo "CATALOG_VERSION=11.3" >> $GITHUB_ENV
echo "Bundle2"
CATALOG_NAME=$ARTIFACT_ID-11.3.zip
echo "Bundle3"
echo "CATALOG_NAME=$CATALOG_NAME" >> $GITHUB_ENV
echo "Bundle -1"
echo "Bundle4"
zip -q -r $CATALOG_NAME nuxeo-web-ui data hints catalog.json
popd

0 comments on commit 6851ac1

Please sign in to comment.