Skip to content

Commit

Permalink
Merge pull request #15 from MatteoPieroni/develop
Browse files Browse the repository at this point in the history
v2.1.1
  • Loading branch information
MatteoPieroni authored Jan 4, 2020
2 parents 54d122d + 90093df commit 8d9940a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Intranet Pieroni

[![Netlify Status](https://api.netlify.com/api/v1/badges/6aeac518-81a4-4ff7-8e30-dc6e48e0fe89/deploy-status)](https://app.netlify.com/sites/cranky-ritchie-0c6605/deploys)

[![Build Status](https://dev.azure.com/matteopieroni6/Interno%20Pieroni/_apis/build/status/MatteoPieroni.intranet-pieroni?branchName=develop)](https://dev.azure.com/matteopieroni6/Interno%20Pieroni/_build/latest?definitionId=2&branchName=develop)

This repository contains the code for Pieroni srl intranet.

## Tech used
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript

pr:
- master
- develop

pool:
vmImage: 'ubuntu-latest'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interno-pieroni",
"version": "0.1.0",
"version": "2.1.1",
"description": "Code for Pieroni srl intranet",
"main": "index.js",
"author": "Matteo Pieroni <[email protected]>",
Expand Down Expand Up @@ -60,4 +60,4 @@
"test:unit": "jest",
"test:e2e": "cypress run"
}
}
}

0 comments on commit 8d9940a

Please sign in to comment.