Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeid Rezaei Baghbidi committed Jul 2, 2019
2 parents 8712d73 + 3803256 commit bfbcc13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
13 changes: 2 additions & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
trigger:
tags:
include:
- v.*
- v*
branches:
include:
- develop
Expand All @@ -10,10 +10,6 @@ trigger:
exclude:
- README.md

pr:
- master
- develop

variables:
group: 'pipelines'
repository: 'focal-freedom-236620/controller'
Expand Down Expand Up @@ -52,12 +48,7 @@ jobs:
- script: |
echo "npm test"
displayName: 'integration tests'
- script: |
echo "##vso[task.setvariable variable=agent.jobstatus;]canceled"
echo "##vso[task.complete result=Canceled;]DONE"
condition: eq(variables['Build.Reason'], 'PullRequest')
displayName: 'integration tests'
- script: |
npm pack
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iofogcontroller",
"version": "1.1.0",
"version": "1.1.1",
"description": "ioFog Controller project for Eclipse IoFog @ iofog.org \\nCopyright (c) 2018 Edgeworx, Inc.",
"main": "./src/main.js",
"author": "Saeid Baghbidi",
Expand Down

0 comments on commit bfbcc13

Please sign in to comment.