diff --git a/README.md b/README.md index 2591765..364f248 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/sample/plugin.dig b/sample/plugin.dig index 5f69842..af0f27c 100644 --- a/sample/plugin.dig +++ b/sample/plugin.dig @@ -11,8 +11,7 @@ _export: mssql: host: localhost user: sa - database: digdag_test - ssl: true + database: tempdb +step1: mssql>: test1.sql