Skip to content

Commit

Permalink
Pisp/feat/305 cicd (#51)
Browse files Browse the repository at this point in the history
* chore(circle): handle `-pisp` tag to build dedicated image

* chore: bump version and setup simpler `pisp` tag filters

* ci: allow tags with semver version perfix

* chore: bump version

* ci: fix filter regexp

* chore: bump version

* chore(package.json): don't bump version for pisp until ready

* ci: checkout after installing dependencies

* ci: try to fix lack of python in image-scan

* ci: add anchore related deps in image-scan

* ci: use python3 as dep for awsCli

* ci: pip3 for awsCli

* ci: drop apk purge for awsCli

* ci: add python3-pip dep to awsCli

* ci: use python3 -m pip

* ci: add python3-dev dep

* ci: fix typo

* ci: py3-pip dep

* ci: fix filter for deploy branch & update deps & bump version
  • Loading branch information
eoln authored Jul 24, 2020
1 parent 6d35dad commit 62f54d0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ workflows:
- publish
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*(\-snapshot)?(\-pisp(\.[0-9]+))?/
only: /v[0-9]+(\.[0-9]+)*(\-snapshot)?(\-hotfix(\.[0-9]+))?(-pisp)?/
branches:
ignore:
- /.*/
26 changes: 13 additions & 13 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "transaction-requests-service",
"description": "An asynchronous pass through transaction request API for merchant payment initiated requests.",
"version": "10.6.2",
"version": "10.6.3",
"license": "Apache-2.0",
"author": "ModusBox",
"contributors": [
Expand Down Expand Up @@ -69,7 +69,7 @@
"docdash": "1.2.0",
"hapi-openapi": "2.0.2",
"hapi-swagger": "13.0.2",
"jsdoc": "3.6.4",
"jsdoc": "3.6.5",
"mustache": "4.0.1",
"parse-strings-in-object": "2.0.0",
"rc": "1.2.8",
Expand Down

0 comments on commit 62f54d0

Please sign in to comment.