Comment-out all other build steps
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jesper Hess 2019-03-16 18:13:59 +01:00
parent 28aa4b994f
commit c5e0c3b779
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 22 additions and 22 deletions

View File

@ -1,26 +1,26 @@
pipeline:
build:
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
docker:
image: plugins/docker
repo: docker.data.coop/cryptohagen-website
registry: docker.data.coop
secrets: [DOCKER_USERNAME, DOCKER_PASSWORD]
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
tag:
- "${DRONE_BUILD_NUMBER}"
- "latest"
when:
branch:
- master
# build:
# image: ruby
# commands:
# - gem install bundler
# - bundle install
# - bundle exec jekyll build
#
# docker:
# image: plugins/docker
# repo: docker.data.coop/cryptohagen-website
# registry: docker.data.coop
# secrets: [DOCKER_USERNAME, DOCKER_PASSWORD]
# username:
# from_secret: DOCKER_USERNAME
# password:
# from_secret: DOCKER_PASSWORD
# tag:
# - "${DRONE_BUILD_NUMBER}"
# - "latest"
# when:
# branch:
# - master
notify:
image: plugins/matrix