Skip to content

Commit

Permalink
Update azure-maven-publish-1espt.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeeta26 committed Dec 18, 2024
1 parent f5abb37 commit 20661c6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions android/azure-maven-publish-1espt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ extends:
# Write your commands here
bash -c "echo '$GPG_KEY_CONTENT' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'"
ls
- task: Bash@3
displayName: "Checking the directory structure before build"
inputs:
targetType: "inline"
script: |
# Write your commands here
cd ..
ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'
- task: Gradle@3
inputs:
gradleWrapperFile: 'android/gradlew'
Expand All @@ -59,14 +51,6 @@ extends:
jdkVersionOption: "$(jdkVersion)"
sonarQubeRunAnalysis: false
spotBugsAnalysis: false
- task: Bash@3
displayName: "Checking the directory structure after build"
inputs:
targetType: "inline"
script: |
# Write your commands here
cd ..
ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'
- task: Gradle@2
displayName: Gradle publish
inputs:
Expand Down

0 comments on commit 20661c6

Please sign in to comment.