Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Jan 26, 2020
1 parent a6798ac commit 46b0e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/azure-linux-template.yml
Expand Up @@ -104,7 +104,7 @@ jobs:
tarCompression: gz
archiveFile: $(Build.ArtifactStagingDirectory)/tldr-linux-$(TAG).tar.gz
verbose: true
condition: and(startsWith(variables['TAG'], 'v'), eq("$BUILD", 'stack'))
condition: and(startsWith(variables['TAG'], 'v'), eq($[variables.System.JobName], 'Linux stack-def'))
- task: GithubRelease@0
displayName: Create GitHub Release
inputs:
Expand All @@ -113,4 +113,4 @@ jobs:
assetUploadMode: replace
action: edit
tag: $(TAG)
condition: and(startsWith(variables['TAG'], 'v'), eq("$BUILD", 'stack'))
condition: and(startsWith(variables['TAG'], 'v'), eq($[variables.System.JobName], 'Linux stack-def'))

0 comments on commit 46b0e2e

Please sign in to comment.