fix variable in entrypoint
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
7b277c25e8
commit
c1a41e3663
@ -4,7 +4,7 @@ set -e
|
|||||||
|
|
||||||
bw config server ${BW_HOST}
|
bw config server ${BW_HOST}
|
||||||
|
|
||||||
export BW_SESSION=$(bw login ${BW_USER} --passwordenv BW_PASSWORD --raw)
|
export BW_SESSION=$(bw login ${BW_USER} --passwordenv ${BW_PASSWORD} --raw)
|
||||||
|
|
||||||
bw unlock --check
|
bw unlock --check
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user