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