From 2466432059129c10ec89d6c8cdf8b06480eeae70 Mon Sep 17 00:00:00 2001 From: Karol Gugala Date: Tue, 26 Apr 2022 15:34:12 +0200 Subject: [PATCH] CI: xilinx: update license server IP Signed-off-by: Karol Gugala --- .github/workflows/scripts/xilinx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/xilinx.sh b/.github/workflows/scripts/xilinx.sh index 4cbe5d9b..8e277898 100755 --- a/.github/workflows/scripts/xilinx.sh +++ b/.github/workflows/scripts/xilinx.sh @@ -63,7 +63,7 @@ echo "Setting up license server tunnel" echo "----------------------------------------" if [ ! -z "$LICENSE_TUNNEL_KEY_DATA" ]; then LICENSE_TUNNEL_KEY=~/.Xilinx/xilinx-tunnel-key - LICENSE_TUNNEL_HOST=10.138.0.2 + LICENSE_TUNNEL_HOST=10.138.0.3 echo $LICENSE_TUNNEL_KEY_DATA | base64 --decode > $LICENSE_TUNNEL_KEY echo "SSH Key for license server tunnel should be found @ $LICENSE_TUNNEL_KEY"