Comment-out all other build steps
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
28aa4b994f
commit
c5e0c3b779
44
.drone.yml
44
.drone.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue