Skip to content

Commit

Permalink
1353: upgrade flutter ci
Browse files Browse the repository at this point in the history
  • Loading branch information
f1sh1918 committed Mar 25, 2024
1 parent afd2295 commit e0e0ee0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ commands:
steps:
- run:
command: |-
curl -o dart.deb https://storage.googleapis.com/dart-archive/channels/stable/release/3.0.5/linux_packages/dart_3.0.5-1_amd64.deb
curl -o dart.deb https://storage.googleapis.com/dart-archive/channels/stable/release/3.3.1/linux_packages/dart_3.3.1-1_amd64.deb
sudo dpkg -i dart.deb
name: Install Dart
install_dart_mac:
Expand Down Expand Up @@ -1057,9 +1057,6 @@ workflows:
when:
and:
- << pipeline.parameters.run_commit_main >>
- equal:
- main
- << pipeline.git.branch >>
deliver_beta_backend_administration:
jobs:
- bump_version:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/commands/install_dart_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ steps:
- run:
name: Install Dart
command: |
curl -o dart.deb https://storage.googleapis.com/dart-archive/channels/stable/release/3.0.5/linux_packages/dart_3.0.5-1_amd64.deb
curl -o dart.deb https://storage.googleapis.com/dart-archive/channels/stable/release/3.3.1/linux_packages/dart_3.3.1-1_amd64.deb
sudo dpkg -i dart.deb
2 changes: 1 addition & 1 deletion .circleci/src/workflows/commit_main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
when:
and:
- << pipeline.parameters.run_commit_main >>
- equal: [main, << pipeline.git.branch >>]
# - equal: [main, << pipeline.git.branch >>]
jobs:
- bump_version:
prepare_delivery: false
Expand Down
2 changes: 1 addition & 1 deletion frontend/.fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.10.2",
"flutterSdkVersion": "3.19.3",
"flavors": {}
}

0 comments on commit e0e0ee0

Please sign in to comment.