Skip to content

Commit

Permalink
Sample testing database fix
Browse files Browse the repository at this point in the history
Changed sample testing database to tempdb
  • Loading branch information
kulmam92 committed Nov 3, 2018
1 parent cfe1f2d commit 1abd122
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ _export:
host: localhost
user: sa
database: tempdb
ssl: true

+step1:
mssql>: test.sql
download_file: test.txt
mssql>: test1.sql

+step2:
mssql>: test2.sql
download_file: test.txt
```
## Run MSSQL container
Expand Down
3 changes: 1 addition & 2 deletions sample/plugin.dig
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ _export:
mssql:
host: localhost
user: sa
database: digdag_test
ssl: true
database: tempdb

+step1:
mssql>: test1.sql
Expand Down

0 comments on commit 1abd122

Please sign in to comment.