fix pipeline deps
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-10-28 09:17:37 +01:00
parent 6355945205
commit 2a74fcf29f
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 11 additions and 2 deletions

View File

@ -12,6 +12,12 @@ steps:
commands: commands:
- markdownlint 'README.md' - markdownlint 'README.md'
trigger:
ref:
- refs/heads/master
- refs/pull/**
- refs/tags/**
--- ---
kind: pipeline kind: pipeline
name: build-container name: build-container
@ -110,6 +116,9 @@ trigger:
- refs/pull/** - refs/pull/**
- refs/tags/** - refs/tags/**
depends_on:
- test
--- ---
kind: pipeline kind: pipeline
name: notifications name: notifications
@ -176,6 +185,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 20e271aacf8ef05630bc61deab74c99c72550f968b356fdba962f829bacb4352 hmac: 40dabc68902901db429347b4a29c93f5b562556ba9475692a739230c3ede61c8
... ...

View File

@ -56,7 +56,7 @@ volumes:
## Environment variables ## Environment variables
### freshrss ### FreshRSS
> **WARNING**: Don't change any system settings through the web UI! These changes will be overwritten at EVERY container startup. Use the provided environment variables instead. > **WARNING**: Don't change any system settings through the web UI! These changes will be overwritten at EVERY container startup. Use the provided environment variables instead.