Skip to content

Commit

Permalink
fix: deploy cache, cqs links (#294)
Browse files Browse the repository at this point in the history
* chore: bump package to `11.3.0`

* fix: bad ci/cd config, tidy cqs docs

* chore: bump package to `11.3.1`
  • Loading branch information
lewisdaly authored Jan 27, 2021
1 parent 121bfa8 commit 58bb7a7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
echo 'export GIT_CI_EMAIL=$GIT_CI_EMAIL' >> $BASH_ENV
- restore_cache:
keys:
- build-cache-{{ .Revision }}
- dependency-cache-{{ checksum "package-lock.json" }}
- run:
<<: *defaults_git_identity_setup
- run:
Expand Down
7 changes: 6 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,12 @@
* [Scrum-of-scrum meeting notes](meeting-notes/scrum-of-scrum-notes.md)
* [DA meeting notes](meeting-notes/da-notes.md)
* [CCB Notes](meeting-notes/ccb-notes.md)
* [Code Quality and Security](code_quality_security/readme.md)
* [Code Quality and Security](quality-security/readme.md)
* [Program Management](quality-security/program-management/readme.md)
* [Vulnerability Reporting](quality-security/program-management/vulnerability-disclosure-procedure.md)
* [Scheme Rules Guidelines](quality-security/program-management/scheme-rules-guidelines.md)
* [Standards + Guidelines](quality-security/standards-guidelines/readme.md)
* [Reference Implementation](quality-security/reference-implementation.md)
* [Frequently Asked Questions](contributors-guide/frequently-asked-questions.md)
* [Glossary of Terms](glossary.md)
<!--* [Changelog](changelog.md)-->
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": "documentation",
"version": "11.3.0",
"version": "11.3.1",
"description": "Mojaloop Documentation GitBook Project",
"dependencies": {
"express": "4.17.1",
Expand Down
8 changes: 4 additions & 4 deletions quality-security/program-management/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ This section provides an overview of Mojaloop's Risk and Security Management Ini
### 1.3 PI Reports (8 – 10)

1. [PI 8](https://raw.githubusercontent.com/mojaloop/documentation-artifacts/master/presentations/September%202019%20PI-8_OSS_community%20session/cqs_pi_08_report.pdf)
1. [PI 9](https://raw.githubusercontent.com/mojaloop/documentation-artifacts/master/presentations/January%202020%20OSS%20Community%20Session/cqs_pi_09_report.pdf)
1. [PI 10](https://github.com/mojaloop/documentation-artifacts/blob/master/presentations/April%202020%20Community%20Event/Presentations/code_quality_and_security-PI%2010%20final.pdf)
1. [PI 11](https://github.com/mojaloop/documentation-artifacts/blob/master/presentations/July%202020%20Community%20Event/Presentations/Code%20Quality%20Security%20PI%2010%20Report%20-%2020%20July%202020%20v1.9%20Final.pdf)
1. PI 12 _(link coming soon)_
2. [PI 9](https://raw.githubusercontent.com/mojaloop/documentation-artifacts/master/presentations/January%202020%20OSS%20Community%20Session/cqs_pi_09_report.pdf)
3. [PI 10](https://github.com/mojaloop/documentation-artifacts/blob/master/presentations/April%202020%20Community%20Event/Presentations/code_quality_and_security-PI%2010%20final.pdf)
4. [PI 11](https://github.com/mojaloop/documentation-artifacts/blob/master/presentations/July%202020%20Community%20Event/Presentations/Code%20Quality%20Security%20PI%2010%20Report%20-%2020%20July%202020%20v1.9%20Final.pdf)
5. PI 12 _(link coming soon)_

### 1.4 Vulnerability disclosure procedure

Expand Down
4 changes: 2 additions & 2 deletions quality-security/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The Quality and Security effort in Mojaloop is focused on delivering high qualit

We break down this effort into the following three categories:

1. [Program Management](./program-management/)
1. [Standards + Guidelines](./standards-guidelines/)
1. [Program Management](./program-management/readme.md)
1. [Standards + Guidelines](./standards-guidelines/readme.md)
1. [Reference Implementation](./reference-implementation.md)

## Other Links
Expand Down

0 comments on commit 58bb7a7

Please sign in to comment.