debugging
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Jochen Maes 2023-11-18 18:34:31 +01:00
parent 3d282d3f9f
commit 4e54b32ae4

View File

@ -2,6 +2,9 @@
set -x set -x
echo "clientid: ${BW_CLIENTID}"
echo "clientsecret: ${BW_CLIENTSECRET}"
bw config server ${BW_HOST} bw config server ${BW_HOST}
export BW_SESSION=$(bw login --apikey --raw) export BW_SESSION=$(bw login --apikey --raw)