Skip to content

Commit

Permalink
Merge pull request #512 from coingaming/release/25.3.1
Browse files Browse the repository at this point in the history
chore: new release & cache names
  • Loading branch information
dkireev authored Jan 13, 2023
2 parents f77be4c + d914bbc commit 49f5e3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ 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-
- v8-build-{{ checksum "mix.lock" }}-{{ .Revision }}
- v8-build-{{ checksum "mix.lock" }}-
- v8-build-
- run:
name: Update git submodules
command: git submodule update --init --recursive
Expand All @@ -45,7 +45,7 @@ jobs:
name: Build release
command: scripts/deploy/build-release
- save_cache:
key: v7-build-{{ checksum "mix.lock" }}-{{ .Revision }}
key: v8-build-{{ checksum "mix.lock" }}-{{ .Revision }}
paths:
- .cache
- deps
Expand All @@ -69,9 +69,9 @@ 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-
- v8-build-{{ checksum "mix.lock" }}-{{ .Revision }}
- v8-build-{{ checksum "mix.lock" }}-
- v8-build-
- run:
command: git submodule update --init --recursive
- run:
Expand Down Expand Up @@ -103,9 +103,9 @@ jobs:
at: ./
- restore_cache:
keys:
- v7-build-{{ checksum "mix.lock" }}-{{ .Revision }}
- v7-build-{{ checksum "mix.lock" }}-
- v7-build-
- v8-build-{{ checksum "mix.lock" }}-{{ .Revision }}
- v8-build-{{ checksum "mix.lock" }}-
- v8-build-
- run:
name: Docker login
command: echo -e "$DOCKER_PASS" | docker login -u $DOCKER_USER --password-stdin
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25.3.0
25.3.1

0 comments on commit 49f5e3e

Please sign in to comment.