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

Commit

Permalink
Remove tox marker from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Jul 21, 2022
1 parent 3722fe8 commit 419a4f0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions deployment/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ stages:
meteringServer: prod
${{ if ne(variables['Build.SourceBranch'], 'refs/heads/master') }}:
meteringServer: dev
${{ if startsWith(variables['Build.SourceBranch'], 'refs/tags') }}:
tox_mark: '-m minimum'
${{ if not(startsWith(variables['Build.SourceBranch'], 'refs/tags')) }}:
tox_mark: ''
tox_mark: ''

jobs:
- template: runTestOnEc2.yml
Expand Down

0 comments on commit 419a4f0

Please sign in to comment.