1 Commits

Author SHA1 Message Date
ec9cc19be5 fix: remove when 2023-09-20 09:37:50 +02:00
2 changed files with 2 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ steps:
environment:
MATRIX_ROOMID:
from_secret: MATRIX_ROOMID
MATRIX_ACCESSTOKEN:
MATRIX_ACCESSTOKEN:
from_secret: MATRIX_ACCESSTOKEN
MATRIX_USERID:
from_secret: MATRIX_USERID
@@ -35,11 +35,6 @@ steps:
homeserver: https://matrix.poneyworld.net
template: "Une nouvelle version (${DRONE_TAG}) de pdf-oralia est publiée!"
when:
event:
include:
- tag
# Déclencheur de la pipeline
trigger:
event:

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "pdf-oralia"
version = "dev"
version = "0"
description = ""
authors = ["Bertrand Benjamin <benjamin.bertrand@opytex.org>"]
readme = "README.md"