Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml and remove travis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephBK authored and chrmod committed May 29, 2019
1 parent 020f4aa commit b2b1248
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ steps:
npm pack
displayName: 'Build'

- task: CopyFiles@2
inputs:
contents: '**/cliqz-history*.tgz'
targetFolder: '$(Build.ArtifactStagingDirectory)'

- task: GithubRelease@0
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
displayName: 'Create GitHub Release'
Expand Down

0 comments on commit b2b1248

Please sign in to comment.