Skip to content

Commit

Permalink
Update car-demo-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech authored Jan 24, 2024
1 parent c430610 commit 21534d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
run: |-
gcloud --quiet auth configure-docker
- name: Configure Maven settings
run: |
mkdir -p $HOME/.m2
echo "${{ secrets.MAVEN_SETTINGS_XML }}" > $HOME/.m2/settings.xml
# - name: Configure Maven settings
# run: |
# mkdir -p $HOME/.m2
# echo "${{ secrets.MAVEN_SETTINGS_XML }}" > $HOME/.m2/settings.xml

- name: Build, Publish, and Deploy
run: |
. apps-deployment-script.sh "us-east1"
env:
GITHUB_USERNAME: ${{ secrets.CUSTOM_GITHUB_USERNAME }}
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
#GITHUB_USERNAME: ${{ secrets.CUSTOM_GITHUB_USERNAME }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 21534d2

Please sign in to comment.