Skip to content

Commit

Permalink
change order of commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ztefanie committed Mar 5, 2024
1 parent a47759a commit 114c43b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,8 @@ jobs:
steps:
- checkout:
path: ~/project
- prepare_workspace
- install_app_toolbelt
- prepare_workspace
- restore_ruby_cache:
directory: ~/project/frontend/android
- restore_environment_variables
Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/jobs/deliver_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ environment:
steps:
- checkout:
path: ~/project
- prepare_workspace
- install_app_toolbelt
- prepare_workspace
- restore_ruby_cache:
directory: ~/project/frontend/android
- restore_environment_variables
Expand Down

0 comments on commit 114c43b

Please sign in to comment.