Skip to content

Commit

Permalink
Fix circle.yml for hello-world (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored Jun 5, 2018
1 parent d24ae74 commit 6fc023b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ deployment:
- node scripts/build "appengine/datastore"
- node scripts/build "appengine/endpoints"
- node scripts/build "appengine/errorreporting"
- node scripts/build "appengine/flexible/hello-world"
- node scripts/build "appengine/standard/hello-world"
- node scripts/build "appengine/hello-world/flexible"
- node scripts/build "appengine/hello-world/standard"
- node scripts/build "appengine/mailjet"
- node scripts/build "appengine/metadata/flexible"
- node scripts/build "appengine/metadata/standard"
Expand Down

0 comments on commit 6fc023b

Please sign in to comment.