Join all the steps together in a single one - csvtofsv - Convert CSV to FSV (`fs' (0x1c) as FS and `rs' (0x1e) as RS)
(HTM) hg clone https://bitbucket.org/iamleot/csvtofsv
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) changeset bd4f93d4c5fa79548ef97982d13fe78099571b23
(DIR) parent 91b851de5129d297aaa9f8ecf0d718f64f667c58
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Mon, 1 Jul 2019 02:47:53
Join all the steps together in a single one
Diffstat:
bitbucket-pipelines.yml | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff -r 91b851de5129 -r bd4f93d4c5fa bitbucket-pipelines.yml
--- a/bitbucket-pipelines.yml Mon Jul 01 00:41:13 2019 +0000
+++ b/bitbucket-pipelines.yml Mon Jul 01 02:47:53 2019 +0200
@@ -3,14 +3,7 @@
pipelines:
default:
- step:
- name: Install NetBSD make
script:
- apt-get update && apt-get install -y bmake
- - step:
- name: Build
- script:
- bmake
- - step:
- name: Test
- script:
- bmake check