From e4b16a4d6d4e0284ddec29d552cd03e2bb706253 Mon Sep 17 00:00:00 2001 From: marcingy Date: Mon, 3 Oct 2016 15:24:31 -0600 Subject: [PATCH 1/4] x --- services.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/services.css b/services.css index f85bceb..bbe7f7c 100644 --- a/services.css +++ b/services.css @@ -4,4 +4,10 @@ width: 40px; display: block; float: left; -} \ No newline at end of file +} + +#service-browser-arguments .type { + width: 40px; + display: block; + float: right; +} From 70dda7c77b37f577d389b33e15284a05cbad1519 Mon Sep 17 00:00:00 2001 From: marcingy Date: Wed, 12 Oct 2016 15:57:27 -0600 Subject: [PATCH 2/4] Create acquia-pipelines.yml --- acquia-pipelines.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 acquia-pipelines.yml diff --git a/acquia-pipelines.yml b/acquia-pipelines.yml new file mode 100644 index 0000000..e54d6d8 --- /dev/null +++ b/acquia-pipelines.yml @@ -0,0 +1,11 @@ +--- +version: 0.2.0 +strict_mode: true +steps: +- name: general-behaviors + type: script + script: + - nvm --version + - nvm install 4.4.1 + - nvm use 4.4.1 + - npm install color From b0d8b98699e8fdcebb4b11dba6a79837b4bd475b Mon Sep 17 00:00:00 2001 From: marcingy Date: Thu, 17 Nov 2016 14:35:17 -0700 Subject: [PATCH 3/4] Update acquia-pipelines.yml --- acquia-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/acquia-pipelines.yml b/acquia-pipelines.yml index e54d6d8..94e876a 100644 --- a/acquia-pipelines.yml +++ b/acquia-pipelines.yml @@ -9,3 +9,4 @@ steps: - nvm install 4.4.1 - nvm use 4.4.1 - npm install color + - touch 1234.text From 4f2a0500e1c96001212a8283b92492b67f6badf6 Mon Sep 17 00:00:00 2001 From: marcingy Date: Thu, 17 Nov 2016 14:37:17 -0700 Subject: [PATCH 4/4] Update acquia-pipelines.yml --- acquia-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/acquia-pipelines.yml b/acquia-pipelines.yml index 94e876a..9372097 100644 --- a/acquia-pipelines.yml +++ b/acquia-pipelines.yml @@ -10,3 +10,4 @@ steps: - nvm use 4.4.1 - npm install color - touch 1234.text + - touch 12345.text