Skip to content

Commit

Permalink
change paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Jan 22, 2024
1 parent d451ce9 commit fd13505
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/call_release_function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
name: ${{ env.ARTIFACT_NAME }}
if-no-files-found: error
path: |
# **/apps/onboarding-functions/target/azure-functions/**
**/apps/onboarding-functions/**
**/apps/**
release:
name: 'Release'
Expand Down Expand Up @@ -74,19 +73,6 @@ jobs:
shell: bash
working-directory: apps/onboarding-functions
run: |
# ls
# ls apps/
# ls apps/onboarding-functions
# ls apps/onboarding-functions/target
# ls apps/onboarding-functions/target/azure-functions
# ls apps/onboarding-functions/target/azure-functions/onboarding-functions-1.0.0-SNAPSHOT
# find /home/runner/work/selfcare-onboarding -type f -iname "*pom.xml" | wc -l
mvn -f pom.xml quarkus:deploy \
-Dquarkus.azure-functions.app-name=${{ vars.AZURE_ONBOARDING_FN_APP_NAME }} \
Expand Down

0 comments on commit fd13505

Please sign in to comment.