Skip to content

Commit

Permalink
ci(azure-pipelines): remove unnecessary conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Aug 8, 2020
1 parent 3da1417 commit e79bc07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -63,15 +63,13 @@ stages:
displayName: Deploy job
steps:
- task: ArchiveFiles@2
condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq(variables['python.version'], '3.8'))
displayName: Zipping apps/controllerx folder
inputs:
rootFolderOrFile: '$(System.DefaultWorkingDirectory)/apps/controllerx'
includeRootFolder: false
archiveType: 'zip'
archiveFile: '$(Build.ArtifactStagingDirectory)/controllerx.zip'
- task: GithubRelease@0
condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq(variables['python.version'], '3.8'))
displayName: Create GitHub Release
inputs:
gitHubConnection: github.com_xaviml
Expand Down

0 comments on commit e79bc07

Please sign in to comment.