Skip to content

Commit

Permalink
[build] createDatabase2 => createDatabase everywhere (hail-is#7896)
Browse files Browse the repository at this point in the history
* createDatabase2 => createDatabase everywhere

* bump
  • Loading branch information
cseed authored and danking committed Jan 17, 2020
1 parent 6b7f8f6 commit 045769c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ steps:
python3 -m pylint --rcfile pylintrc web_common
dependsOn:
- service_base_image
- kind: createDatabase2
- kind: createDatabase
name: test_database_instance
databaseName: test-instance
migrations: []
Expand Down Expand Up @@ -157,7 +157,7 @@ steps:
- default_ns
- service_base_image
- copy_files
- kind: createDatabase2
- kind: createDatabase
name: auth_database
databaseName: auth
migrations:
Expand Down Expand Up @@ -765,7 +765,7 @@ steps:
- default_ns
- service_base_image
- copy_files
- kind: createDatabase2
- kind: createDatabase
name: ci_database
databaseName: ci
migrations:
Expand All @@ -784,7 +784,7 @@ steps:
dependsOn:
- default_ns
- copy_files
- kind: createDatabase2
- kind: createDatabase
name: batch_database
databaseName: batch
migrations:
Expand Down Expand Up @@ -1071,7 +1071,7 @@ steps:
- default_ns
- deploy_router
- hail_test_base_image
- kind: createDatabase2
- kind: createDatabase
name: notebook_database
databaseName: notebook
migrations:
Expand Down
2 changes: 1 addition & 1 deletion ci/test/resources/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ steps:
python3 -m flake8 /hello/hello.py
dependsOn:
- hello_image
- kind: createDatabase2
- kind: createDatabase
name: hello_database
databaseName: hello
migrations:
Expand Down

0 comments on commit 045769c

Please sign in to comment.