From e13866fec9237a0057b77a87ccd1bf1129e82573 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 1 Oct 2015 23:33:16 +0200 Subject: [PATCH] lets see if this works --- wercker.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 wercker.yml diff --git a/wercker.yml b/wercker.yml deleted file mode 100644 index 39a3f42..0000000 --- a/wercker.yml +++ /dev/null @@ -1,27 +0,0 @@ -# This references a standard debian container from the -# Docker Hub https://registry.hub.docker.com/_/debian/ -# Read more about containers on our dev center -# http://devcenter.wercker.com/docs/containers/index.html -box: debian -# You can also use services such as databases. Read more on our dev center: -# http://devcenter.wercker.com/docs/services/index.html -# services: - # - postgres - # http://devcenter.wercker.com/docs/services/postgresql.html - - # - mongodb - # http://devcenter.wercker.com/docs/services/mongodb.html - -# This is the build pipeline. Pipelines are the core of wercker -# Read more about pipelines on our dev center -# http://devcenter.wercker.com/docs/pipelines/index.html -build: - # Steps make up the actions in your pipeline - # Read more about steps on our dev center: - # http://devcenter.wercker.com/docs/steps/index.html - steps: - - script: - name: echo - code: | - echo "hello world!" -