Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Debug azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Feb 2, 2021
1 parent 1769f6e commit 345d015
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deployment/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,13 @@ stages:

- stage: release_packages
displayName: Release packages
# Build packages only if tagged or scheduled
# Build packages only if tagged and not scheduled
dependsOn: build_packages
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags'), ne(variables['Build.Reason'], 'Schedule'))
jobs:
- deployment: publishPackages
displayName: Publish release
# Performs release only if not scheduled
dependsOn: buildPackages
environment: drmLibrary
variables:
# DEB and RPM repositories paths
Expand Down

0 comments on commit 345d015

Please sign in to comment.