From 2096ee0cf530779d17008617d14fa9473ac9381b Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Wed, 27 May 2020 11:09:34 -0400 Subject: [PATCH] Remove conditions for pipeline tasks --- module-snapshot-publishing.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/module-snapshot-publishing.yml b/module-snapshot-publishing.yml index b2b4ad8b1..3ae4261d2 100644 --- a/module-snapshot-publishing.yml +++ b/module-snapshot-publishing.yml @@ -93,13 +93,11 @@ steps: EOL displayName: 'Create .mvn/settings.xml' - condition: and(eq(variables.currentImage, 'ubuntu-16.04'), eq(variables['Build.SourceBranch'], 'refs/heads/master')) # Deploy the SNAPSHOT artifact to sonatype nexus. # This is done for the master branch merges only. - task: Maven@3 displayName: 'Deploy $(version) to Sonatype staging' - condition: and(eq(variables.currentImage, 'ubuntu-16.04'), eq(variables['Build.SourceBranch'], 'refs/heads/master')) inputs: mavenPomFile: '$(System.DefaultWorkingDirectory)/$(module)/pom.xml' goals: deploy