Skip to content

Commit

Permalink
add missing \
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Jan 22, 2024
1 parent 51d9bb6 commit 3929bc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/call_release_function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
build:
name: 'Build Artifact'
runs-on: ubuntu-20.04
environment: ${{ inputs.environment }}-cd

steps:

Expand All @@ -30,7 +29,7 @@ jobs:
- name: "Build Functions App"
shell: bash
run: |
mvn --projects :onboarding-functions --also-make package install -DskipTests
mvn --projects :onboarding-functions --also-make package install -DskipTests \
-Dquarkus.azure-functions.app-name=${{ vars.AZURE_ONBOARDING_FN_APP_NAME }}
release:
Expand Down

0 comments on commit 3929bc4

Please sign in to comment.