Get OpenVPN version automatically
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Nikolai Rodionov 2024-02-29 10:25:05 +01:00
parent cdb94b148a
commit 0cabb525d4
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,8 @@ steps:
CONTAINERFILE: ./containerfiles/Containerfile-XOR
commands:
- source ./env/openvpn_xor.env
- git clone https://github.com/Tunnelblick/Tunnelblick.git /tmp/tunnelblick
- export OPENVPN_VERSION=$(ls /tmp/tunnelblick/third_party/openvpn | sed 's/openvpn-//g' | sort -k1,1nr -k2,2n -k3,3n | head -n 1)
- export CUSTOM_TAG="v$OPENVPN_VERSION-XOR-$TUNNELBLICK_VERSION"
- export BUILD_ARGS="--build-arg OPENVPN_VERSION=$OPENVPN_VERSION --build-arg TUNNELBLICK_VERSION=$TUNNELBLICK_VERSION"
- build-container

1
env/openvpn_xor.env vendored
View File

@ -1,2 +1 @@
export OPENVPN_VERSION=2.6.9
export TUNNELBLICK_VERSION=4.0.0beta15