From 2bf090662d3dbb9a02200d7e17f52fc7a8b398b9 Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Wed, 14 Sep 2016 11:23:07 -0400 Subject: [PATCH] Fixes #379: Adding init tasks for ci config. --- phing/tasks/ci.xml | 8 ++++++++ {template => scripts/pipelines}/acquia-pipelines.yml | 0 {template => scripts/travis}/.travis.yml | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) rename {template => scripts/pipelines}/acquia-pipelines.yml (100%) rename {template => scripts/travis}/.travis.yml (98%) diff --git a/phing/tasks/ci.xml b/phing/tasks/ci.xml index 3d79fae736..a60ffd248d 100644 --- a/phing/tasks/ci.xml +++ b/phing/tasks/ci.xml @@ -17,6 +17,14 @@ + + + + + + + + diff --git a/template/acquia-pipelines.yml b/scripts/pipelines/acquia-pipelines.yml similarity index 100% rename from template/acquia-pipelines.yml rename to scripts/pipelines/acquia-pipelines.yml diff --git a/template/.travis.yml b/scripts/travis/.travis.yml similarity index 98% rename from template/.travis.yml rename to scripts/travis/.travis.yml index 159ede358b..dc88aa162f 100644 --- a/template/.travis.yml +++ b/scripts/travis/.travis.yml @@ -56,7 +56,7 @@ before_script: # Clear drush release history cache, to pick up new releases. - rm -f ~/.drush/cache/download/*---updates.drupal.org-release-history-* # Verify that no git diffs (caused by line ending variation) exist. - - git diff --exit-code + # - git diff --exit-code # The local.hostname must be set to 127.0.0.1:8888 because we are using drush runserver to run the site on Travis CI. - drupal yaml:update:value project.yml project.local.hostname '127.0.0.1:8888'