From b23d69935b1fa527b1317bf72c375647b661b5ce Mon Sep 17 00:00:00 2001 From: an Date: Tue, 20 Feb 2018 22:32:51 +0000 Subject: [PATCH 1/7] Added .drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..90a1d60 --- /dev/null +++ b/.drone.yml @@ -0,0 +1 @@ +... \ No newline at end of file From 55e2e9a1b36257178257ddc5d9eedd3acc0613f4 Mon Sep 17 00:00:00 2001 From: an Date: Tue, 20 Feb 2018 22:49:51 +0000 Subject: [PATCH 2/7] Testing .drone.yml --- .drone.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 90a1d60..9e85ae5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1 +1,8 @@ -... \ No newline at end of file +build: + image: golang:1.6 + environment: + - FOO=1 + commands: + - go get -a -v + - make test + - make build \ No newline at end of file From e25800e633df8c16d0fff541cf513915d97f64c3 Mon Sep 17 00:00:00 2001 From: an Date: Tue, 20 Feb 2018 22:58:18 +0000 Subject: [PATCH 3/7] Testing .drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 9e85ae5..bcfdf2d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,7 @@ build: image: golang:1.6 environment: - FOO=1 + - BAR=0 commands: - go get -a -v - make test From 4672a5bc0d55c6bd1b5197458ee10dda06a893aa Mon Sep 17 00:00:00 2001 From: an Date: Tue, 20 Feb 2018 22:59:52 +0000 Subject: [PATCH 4/7] Testing .drone.yml --- .drone.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index bcfdf2d..ccadc35 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,10 @@ -build: - image: golang:1.6 - environment: - - FOO=1 - - BAR=0 - commands: - - go get -a -v - - make test - - make build \ No newline at end of file +pipeline: + build: + image: golang:1.6 + environment: + - FOO=1 + - BAR=0 + commands: + - go get -a -v + - make test + - make build \ No newline at end of file From 190ffdb079e2e0b1ea2ba1ae1c6727aad993bc0d Mon Sep 17 00:00:00 2001 From: an Date: Wed, 21 Feb 2018 08:55:26 +0000 Subject: [PATCH 5/7] =?UTF-8?q?'.drone.yml'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index ccadc35..4904fc7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,7 @@ pipeline: environment: - FOO=1 - BAR=0 + - BAZ=2 commands: - go get -a -v - make test From 3be861a5e952d633bcf5dbb246c4470ece86c288 Mon Sep 17 00:00:00 2001 From: an Date: Wed, 21 Feb 2018 10:26:29 +0000 Subject: [PATCH 6/7] =?UTF-8?q?'.drone.yml'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4904fc7..ccadc35 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,6 @@ pipeline: environment: - FOO=1 - BAR=0 - - BAZ=2 commands: - go get -a -v - make test From 3091c022fa5990ed2eedca1cb91f3946870baad5 Mon Sep 17 00:00:00 2001 From: an Date: Wed, 21 Feb 2018 11:04:38 +0000 Subject: [PATCH 7/7] =?UTF-8?q?'.drone.yml'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ccadc35..e70556b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,6 @@ pipeline: image: golang:1.6 environment: - FOO=1 - - BAR=0 commands: - go get -a -v - make test