Skip to content

Commit

Permalink
Update car-demo-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiaparveen1 authored Jan 25, 2024
1 parent 3717ee9 commit 208570f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,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.GITHUB_TOKEN }}
# - name: Build, Publish, and Deploy
# run: |
# . apps-deployment-script.sh "us-east1"
# env:
# GITHUB_USERNAME: ${{ secrets.CUSTOM_GITHUB_USERNAME }}
# #GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 208570f

Please sign in to comment.