Fix GitLab CI error

loading-indicator-on-tls^2
Sean King 2020-08-29 15:51:17 -06:00
rodzic cf605ebb91
commit f482ddf86b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 510C52BACD6E7257
1 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -43,13 +43,15 @@ build-production:
deploy-docs: deploy-docs:
stage: deploy-docs stage: deploy-docs
image: python:3.8-alpine image: python:3.8-alpine
before_script: apk add curl before_script:
script: curl -X POST -F"token=$DOCS_TRIGGER_PIPELINE" -F'ref=master' https://gitlab.com/api/v4/projects/15685485/trigger/pipeline - apk add curl
script:
- curl -X POST -F"token=$DOCS_TRIGGER_PIPELINE" -F'ref=master' https://gitlab.com/api/v4/projects/15685485/trigger/pipeline
only: only:
refs: refs:
- develop - develop
changes: changes:
- docs/* - docs/*
# Supposed to fail when translations are outdated, instead always passes # Supposed to fail when translations are outdated, instead always passes
# #