Skip to content

Commit

Permalink
try a search
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Jan 22, 2024
1 parent ceeb7db commit c8dcc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call_release_function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
ls apps/onboarding-functions/target/azure-functions/onboarding-functions-1.0.0-SNAPSHOT
find /home/runner/work/selfcare-onboarding -type f -name "pom.xml"
find /home/runner/work/selfcare-onboarding -type f -iname "*pom.xml" | wc -l
mvn -f apps/onboarding-functions/pom.xml quarkus:deploy \
-Dquarkus.azure-functions.app-name=${{ vars.AZURE_ONBOARDING_FN_APP_NAME }} \
Expand Down

0 comments on commit c8dcc94

Please sign in to comment.