mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2026-05-14 16:36:54 -04:00
Compare commits
No commits in common. "master" and "v2026.3.1" have entirely different histories.
2 changed files with 3 additions and 3 deletions
|
|
@ -23,8 +23,8 @@ RUN node --version && npm --version
|
||||||
# Can be a tag, release, but prefer a commit hash because it's not changeable
|
# Can be a tag, release, but prefer a commit hash because it's not changeable
|
||||||
# https://github.com/bitwarden/clients/commit/${VAULT_VERSION}
|
# https://github.com/bitwarden/clients/commit/${VAULT_VERSION}
|
||||||
#
|
#
|
||||||
# Using https://github.com/vaultwarden/vw_web_builds/tree/v2026.4.1
|
# Using https://github.com/vaultwarden/vw_web_builds/tree/v2026.3.1
|
||||||
ARG VAULT_VERSION=876c4dbd526add221223d4869d75eb61efe57e37
|
ARG VAULT_VERSION=cd1eb788b667bdf31aee2d8b32aae7718c59097e
|
||||||
ENV VAULT_VERSION=$VAULT_VERSION
|
ENV VAULT_VERSION=$VAULT_VERSION
|
||||||
ENV VAULT_FOLDER=bw_clients
|
ENV VAULT_FOLDER=bw_clients
|
||||||
ENV CHECKOUT_TAGS=false
|
ENV CHECKOUT_TAGS=false
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
set -o pipefail -o errexit
|
set -o pipefail -o errexit
|
||||||
BASEDIR=$(RL=$(readlink -n "$0"); SP="${RL:-$0}"; dirname "$(cd "$(dirname "${SP}")"; pwd)/$(basename "${SP}")")
|
BASEDIR=$(RL=$(readlink -n "$0"); SP="${RL:-$0}"; dirname "$(cd "$(dirname "${SP}")"; pwd)/$(basename "${SP}")")
|
||||||
|
|
||||||
FALLBACK_WEBVAULT_VERSION=v2026.4.1
|
FALLBACK_WEBVAULT_VERSION=v2026.3.1
|
||||||
|
|
||||||
# Error handling
|
# Error handling
|
||||||
handle_error() {
|
handle_error() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue