From 1abd12244d311cd845c4bdee18e5805188d0a4be Mon Sep 17 00:00:00 2001 From: kulmam92 Date: Sat, 3 Nov 2018 12:50:04 -0700 Subject: [PATCH] Sample testing database fix Changed sample testing database to tempdb --- README.md | 8 +++++--- sample/plugin.dig | 3 +-- 2 files changed, 6 insertions(+), 5 deletions(-) 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