From c3ce4a5802674af6790a32e9aac791fca725654f Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Thu, 29 Jun 2017 08:17:52 +0200 Subject: [PATCH] tfs: fix linux 32 --- build/tfs/linux/build-2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/tfs/linux/build-2.sh b/build/tfs/linux/build-2.sh index 5f5faf51883..344da042b78 100755 --- a/build/tfs/linux/build-2.sh +++ b/build/tfs/linux/build-2.sh @@ -1,6 +1,8 @@ #!/bin/bash set -e +. ./scripts/env.sh + # set agent specific npm cache if [ -n "$AGENT_WORKFOLDER" ] then @@ -8,8 +10,6 @@ then echo "Using npm cache: $npm_config_cache" fi -. ./build/tfs/common/common.sh - export ARCH="$1" export VSCODE_MIXIN_PASSWORD="$2" export AZURE_STORAGE_ACCESS_KEY="$3" -- GitLab