Skip to content

Commit

Permalink
37.4.0-beta00
Browse files Browse the repository at this point in the history
  • Loading branch information
jflamy committed Feb 6, 2023
1 parent 70ee585 commit bd4e42d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/main/azure-pipelines/steps-prepare-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ steps:
# cp ./node /usr/local/bin
# cp ./npm /usr/local/bin
- script: |
pwd
mkdir owlcms-heroku
cd owlcms-heroku
git init
git clone https://github.com/jflamy/owlcms-heroku
git checkout $(Build.SourceBranchName)
cd ..
mkdir publicresults-heroku
cd publicresults-heroku
git init
git clone https://github.com/jflamy/publicresults-heroku
git checkout $(Build.SourceBranchName)
mkdir $HOME/.m2
cp src/main/azure-pipelines/settings.xml $HOME/.m2/settings.xml
pwd
mkdir owlcms-heroku
cd owlcms-heroku
git init
git clone https://github.com/jflamy/owlcms-heroku
git checkout $(Build.SourceBranchName)
cd ..
mkdir publicresults-heroku
cd publicresults-heroku
git init
git clone https://github.com/jflamy/publicresults-heroku
git checkout $(Build.SourceBranchName)
mkdir $HOME/.m2
cp src/main/azure-pipelines/settings.xml $HOME/.m2/settings.xml
- task: MavenAuthenticate@0
displayName: Populate settings.xml for deploy servers
inputs:
Expand Down

0 comments on commit bd4e42d

Please sign in to comment.