Skip to content

Commit

Permalink
Update car-demo-updated-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech authored Jan 25, 2024
1 parent 23d14d8 commit 72a628c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/car-demo-updated-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
#mkdir -p $HOME/.m2
rm $GITHUB_WORKSPACE/settings.xml
#echo "<settings><servers><server><id>github</id><username>sgknoldus</username><password>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</password></server></servers></settings>" > $HOME/.m2/settings.xml
echo '<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd"> <servers> <server> <id>github</id> <username>sgknoldus</username> <password>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</password> </server> </servers></settings>' > $GITHUB_WORKSPACE/settings.xml
#echo '<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd"> <servers> <server> <id>github</id> <username>sgknoldus</username> <password>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</password> </server> </servers></settings>' > $GITHUB_WORKSPACE/settings.xml
echo '<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd"> <servers> <server> <id>github</id> <username>sgknoldus</username> <password>${secrets.CUSTOM_GITHUB_USERNAME}</password> </server> </servers></settings>' > $GITHUB_WORKSPACE/settings.xml
- name: Build, Publish, and Deploy
run: |
#. apps-deployment-script.sh "us-east1"
Expand Down

0 comments on commit 72a628c

Please sign in to comment.