Skip to content

Commit

Permalink
ci: update netlify ignore command (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Nov 19, 2020
1 parent 1260a68 commit bdd0e5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@
## [5.4.1](https://github.com/dhis2/app-platform/compare/v5.4.0...v5.4.1) (2020-10-30)


### Bug Fixes

* update react-scripts and cli-style at same time to use eslint 7 ([#475](https://github.com/dhis2/app-platform/issues/475)) ([8fd9225](https://github.com/dhis2/app-platform/commit/8fd9225624ab02565ea72a3f9a1170a1bb4655ba))

## [5.4.1-alpha.1](https://github.com/dhis2/app-platform/compare/v5.4.0...v5.4.1-alpha.1) (2020-10-30)


### Bug Fixes

* update react-scripts and cli-style at same time to use eslint 7 ([#475](https://github.com/dhis2/app-platform/issues/475)) ([8fd9225](https://github.com/dhis2/app-platform/commit/8fd9225624ab02565ea72a3f9a1170a1bb4655ba))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Unified application architecture and build pipeline to simplify and standardize application development within the DHIS2 ecosystem.

See the [JIRA epic](https://jira.dhis2.org/browse/TECH-179) for project status and [platform.dhis2.nu](https://platform.dhis2.nu) for documentation.
See [platform.dhis2.nu](https://platform.dhis2.nu) for documentation.

## Report an issue

Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

# Default build command.
command = "yarn docs:build"
ignore = "echo $CACHED_COMMIT_REF && git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs/ CHANGELOG.md"
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs/ CHANGELOG.md"

0 comments on commit bdd0e5c

Please sign in to comment.