Skip to content

Commit

Permalink
fix syntax issue in .cloud_build/dart_services.yaml (#2941)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Apr 25, 2024
1 parent c50da70 commit afc6013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cloud_build/dart_services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:

# Run pub get
- name: gcr.io/$PROJECT_ID/flutter:${_FLUTTER_CHANNEL}
id: Build storage artifacts
id: Run pub get
entrypoint: dart
args:
- pub
Expand Down

0 comments on commit afc6013

Please sign in to comment.