fix ci
continuous-integration/drone/push Build is passing Details

master
Axel DE LA FUENTE 1 year ago
parent 9adf7ba870
commit f19f0aac6f

@ -26,5 +26,5 @@ steps:
CONTAINERNAME: PlotaFakeNews CONTAINERNAME: PlotaFakeNews
COMMAND: create COMMAND: create
OVERWRITE: true OVERWRITE: true
ADMINS: axelde_la_fuente, hugolivet ADMINS: axelde_la_fuente,hugolivet
depends_on: [ docker_image] depends_on: [ docker_image ]

3
.gitignore vendored

@ -169,6 +169,7 @@ cython_debug/
# Icon must end with two \r # Icon must end with two \r
Icon Icon
# Thumbnails # Thumbnails
._* ._*
@ -281,3 +282,5 @@ fabric.properties
# Android studio 3.1+ serialized cache file # Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser .idea/caches/build_file_checksums.ser
*/.idea/
**/.idea/
Loading…
Cancel
Save