mirror of
https://github.com/alrayyes/hugo-node-ruby-docker
synced 2023-11-14 15:56:28 +00:00
lets see if this works
This commit is contained in:
parent
546ea04e5e
commit
e13866fec9
27
wercker.yml
27
wercker.yml
@ -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!"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user