Skip to content

Commit

Permalink
Merge branch 'add-cloud-build-configuration' of github.com:johnpryan/…
Browse files Browse the repository at this point in the history
…dart-pad into add-cloud-build-configuration
  • Loading branch information
johnpryan committed Jun 30, 2023
2 parents f024c07 + 11635f5 commit 156ac73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cloud_build/dart-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ gcloud builds submit \
--project=dart-services \
--substitutions \
REPO_NAME=dart-pad \
COMMIT_SHA=4b32011ecbda8bb8cc29959d24148085e53e6610
COMMIT_SHA=$COMMIT_SHA
```

Where `$FLUTTER_CHANNEL` is `stable`, `beta`, `dev`, `main`, or `old`.
Where `$FLUTTER_CHANNEL` is `stable`, `beta`, `dev`, `main`, or `old`. The REPO_NAME and COMMIT_SHA are for adding tags to the Docker image.

0 comments on commit 156ac73

Please sign in to comment.