Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 committed Jul 12, 2023
1 parent 8b4a250 commit 5cf61eb
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,6 @@ variables:
tag: '$(Build.BuildId)'

steps:
- task: JFrogMaven@1
inputs:
mavenPomFile: 'pom.xml'
goals: 'install'
artifactoryResolverService: 'jfrog v2 extension ecosys'
targetResolveReleaseRepo: 'maven-virtual'
targetResolveSnapshotRepo: 'maven-virtual'
collectBuildInfo: true
buildName: '$(Build.DefinitionName)'
buildNumber: '$(Build.BuildNumber)'
javaHomeOption: 'JDKVersion'
- task: TerraformInstaller@1
inputs:
terraformVersion: 'latest'
- task: JfrogCliV2@1
inputs:
jfrogPlatformConnection: 'JFrog Platform V2'
command: |
jf terraform-config --repo-deploy=terraform-remote
jf terraform publish --namespace=example --provider=aws --tag=v0.0.1

- task: JfrogCliV2@1
inputs:
Expand Down

0 comments on commit 5cf61eb

Please sign in to comment.