Skip to content

Commit

Permalink
Merge pull request #7 from Financial-Times/fix/add-test-rds-dsn-prefix
Browse files Browse the repository at this point in the history
Add param to MySQL executor
  • Loading branch information
mchompalova authored Jun 9, 2020
2 parents 7339bfa + 1aaee62 commit b3a43db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/executors/default-with-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ parameters:
default: "5.6"
db-test-url:
type: string
default: "root:password@/pac"
default: "root:password@/"
mysql-root-password:
type: string
default: "password"
mysql-database:
type: string
default: "pac"
default: "testdb"
docker:
- image: golang:<<parameters.golang-image-version>>
environment:
Expand Down

0 comments on commit b3a43db

Please sign in to comment.