Skip to content

Commit

Permalink
remove debug code afer verifying conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jun 11, 2021
1 parent 27572f2 commit 53bcb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
8 changes: 2 additions & 6 deletions .azure-pipelines/jobs/package.tmpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,10 @@ jobs:
(
eq(dependencies.dotnet_tests.result, 'Succeeded'),
eq(dependencies.java_tests.result, 'Succeeded'),
eq(dependencies.python_tests.result, 'Succeeded')
eq(dependencies.python_tests.result, 'Succeeded'),
startsWith(variables['Build.SourceBranch'], 'refs/tags/')
)
steps:
# TMP
- task: Bash@3
inputs:
targetType: inline
script: aaaaaah
- template: ../steps/vars.tmpl.yml
- template: ../steps/use-dotnet.tmpl.yml
- template: ../steps/set-git-tag-variable.tmpl.yml
Expand Down
5 changes: 0 additions & 5 deletions .azure-pipelines/jobs/tests.tmpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
pool:
vmImage: ${{ parameters.vmImage }}
steps:
# tmp
- task: Bash@3
inputs:
targetType: "inline"
script: aaaaaaaaaaa
- template: ../steps/vars.tmpl.yml
- template: ../steps/use-dotnet.tmpl.yml
- task: Cache@2
Expand Down

0 comments on commit 53bcb1b

Please # to comment.