Update dependency element-hq/element-web to v1.11.84
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
This commit is contained in:
parent
91bb300911
commit
3c9628141d
|
@ -11,7 +11,7 @@ steps:
|
||||||
- apt install -y wget
|
- apt install -y wget
|
||||||
# Download and extract
|
# Download and extract
|
||||||
# renovate: datasource=github-releases depName=element-hq/element-web versioning=semver-coerced
|
# renovate: datasource=github-releases depName=element-hq/element-web versioning=semver-coerced
|
||||||
- export ELEMENT_VERSION=v1.11.83
|
- export ELEMENT_VERSION=v1.11.84
|
||||||
- wget -O element.tar.gz https://github.com/element-hq/element-web/releases/download/$ELEMENT_VERSION/element-$ELEMENT_VERSION.tar.gz
|
- wget -O element.tar.gz https://github.com/element-hq/element-web/releases/download/$ELEMENT_VERSION/element-$ELEMENT_VERSION.tar.gz
|
||||||
- mkdir payload
|
- mkdir payload
|
||||||
- tar -xzf element.tar.gz --directory payload --strip-components 1
|
- tar -xzf element.tar.gz --directory payload --strip-components 1
|
||||||
|
|
Loading…
Reference in a new issue