Skip to content

Commit

Permalink
Merge branch 'release-v1.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Jan 19, 2024
2 parents d2af4b9 + ba9297e commit e23398a
Show file tree
Hide file tree
Showing 46 changed files with 742 additions and 25,959 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
fhir: true
},
env: {
node: true,
jest: true
node: true
}
}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
core-image-tag:
description: Core DockerHub image tag
required: true
default: 'v1.3.1'
default: 'v1.3.2'
countryconfig-image-tag:
description: Your Country Config DockerHub image tag
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
core-image-tag:
description: Core DockerHub image tag
required: true
default: 'v1.3.1'
default: 'v1.3.2'
countryconfig-image-tag:
description: Your Country Config DockerHub image tag
required: true
Expand Down
9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
node_modules
package-lock.json

# testing
coverage

# production
build

Expand All @@ -20,13 +17,7 @@ build
.idea
data

.vscode/launch.json
.history

src/features/employees/tmp/login-details.json
src/tests/locations.json

cypress/screenshots
cypress/videos
graphql.schema.json
*.tar.gz
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

70 changes: 0 additions & 70 deletions clear-all-data.sh

This file was deleted.

13 changes: 0 additions & 13 deletions cypress.json

This file was deleted.

Loading

0 comments on commit e23398a

Please sign in to comment.