Compare commits
No commits in common. "037ef170f6dc1001345bfe94b25d4330369d1337" and "4b9df22e009f0c84adec0ec5a5e2412cb84526e5" have entirely different histories.
037ef170f6
...
4b9df22e00
|
@ -37,14 +37,4 @@
|
||||||
/.web-server-pid
|
/.web-server-pid
|
||||||
|
|
||||||
# DotEnv
|
# DotEnv
|
||||||
.env.local
|
.env.local
|
||||||
|
|
||||||
# Git files
|
|
||||||
/.git
|
|
||||||
/.gitignore
|
|
||||||
|
|
||||||
# Drone config
|
|
||||||
/.drone.yml
|
|
||||||
|
|
||||||
# Docker Ignore
|
|
||||||
/.dockerignore
|
|
|
@ -16,7 +16,6 @@ steps:
|
||||||
# - 'bin/console lint:container'
|
# - 'bin/console lint:container'
|
||||||
# - 'bin/console lint:yaml'
|
# - 'bin/console lint:yaml'
|
||||||
- name: docker-build
|
- name: docker-build
|
||||||
# https://github.com/drone/drone-plugin-index/blob/main/plugins/docker/original.md
|
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
when:
|
when:
|
||||||
# branch:
|
# branch:
|
||||||
|
|
Loading…
Reference in a new issue