Skip to content

Commit

Permalink
Merge branch 'main' into MDS-342
Browse files Browse the repository at this point in the history
  • Loading branch information
tkullisaar authored Jan 16, 2023
2 parents f4ab850 + 8782064 commit c1187df
Show file tree
Hide file tree
Showing 2,152 changed files with 93 additions and 40,508 deletions.
16 changes: 6 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
command: echo -e "Host *\n IdentityFile $HOME/.ssh/id_rsa.robot\n IdentitiesOnly yes" > $HOME/.ssh/config
- restore_cache:
keys:
- v7-build-{{ checksum "mix.lock" }}-{{ .Revision }}
- v7-build-{{ checksum "mix.lock" }}-
- v7-build-{{ checksum "mix.lock" }}
- v7-build-
- run:
name: Update git submodules
Expand All @@ -45,7 +44,7 @@ jobs:
name: Build release
command: scripts/deploy/build-release
- save_cache:
key: v7-build-{{ checksum "mix.lock" }}-{{ .Revision }}
key: v7-build-{{ checksum "mix.lock" }}
paths:
- .cache
- deps
Expand All @@ -69,8 +68,7 @@ jobs:
command: echo -e "Host *\n IdentityFile $HOME/.ssh/id_rsa.robot\n IdentitiesOnly yes" > $HOME/.ssh/config
- restore_cache:
keys:
- v7-build-{{ checksum "mix.lock" }}-{{ .Revision }}
- v7-build-{{ checksum "mix.lock" }}-
- v7-build-{{ checksum "mix.lock" }}
- v7-build-
- run:
command: git submodule update --init --recursive
Expand Down Expand Up @@ -103,8 +101,7 @@ jobs:
at: ./
- restore_cache:
keys:
- v7-build-{{ checksum "mix.lock" }}-{{ .Revision }}
- v7-build-{{ checksum "mix.lock" }}-
- v7-build-{{ checksum "mix.lock" }}
- v7-build-
- run:
name: Docker login
Expand Down Expand Up @@ -143,8 +140,7 @@ jobs:
- checkout
- restore_cache:
keys:
- v1-test-{{ checksum "mix.lock" }}-{{ .Revision }}
- v1-test-{{ checksum "mix.lock" }}-
- v1-test-{{ checksum "mix.lock" }}
- v1-test-
- run:
name: Hex auth
Expand All @@ -162,7 +158,7 @@ jobs:
name: Test
command: mix test
- save_cache:
key: v1-test-{{ checksum "mix.lock" }}-{{ .Revision }}
key: v1-test-{{ checksum "mix.lock" }}
paths:
- deps
- ~/.mix
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.35.6](https://github.com/coingaming/moon/compare/v2.35.5...v2.35.6) (2023-01-11)


### Bug Fixes

* Upgrade otp ([#508](https://github.com/coingaming/moon/issues/508)) ([c63185b](https://github.com/coingaming/moon/commit/c63185b5f3b89b05ae003b6e6bc84e27a1d5cd12))

## [2.35.5](https://github.com/coingaming/moon/compare/v2.35.4...v2.35.5) (2023-01-11)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25.2.0
25.3.1
43 changes: 0 additions & 43 deletions lib/moon/assets/age_limit.ex

This file was deleted.

40 changes: 0 additions & 40 deletions lib/moon/assets/age_limit/age18_big.ex

This file was deleted.

40 changes: 0 additions & 40 deletions lib/moon/assets/age_limit/age18_small.ex

This file was deleted.

40 changes: 0 additions & 40 deletions lib/moon/assets/age_limit/age21_big.ex

This file was deleted.

40 changes: 0 additions & 40 deletions lib/moon/assets/age_limit/age21_small.ex

This file was deleted.

22 changes: 0 additions & 22 deletions lib/moon/assets/country_flags/ad.ex

This file was deleted.

22 changes: 0 additions & 22 deletions lib/moon/assets/country_flags/ae.ex

This file was deleted.

22 changes: 0 additions & 22 deletions lib/moon/assets/country_flags/af.ex

This file was deleted.

22 changes: 0 additions & 22 deletions lib/moon/assets/country_flags/ag.ex

This file was deleted.

22 changes: 0 additions & 22 deletions lib/moon/assets/country_flags/ai.ex

This file was deleted.

Loading

0 comments on commit c1187df

Please sign in to comment.