From e5940ce66d46eac5b15a9fa27b1c110935070949 Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Mon, 28 Jan 2019 09:16:47 -0600 Subject: [PATCH] snap: remove commands used for debugging remove set and env commands that were used for debugging Signed-off-by: Julio Montes --- snap/snapcraft.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 9dd170653a..af6e0aaae8 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -123,11 +123,9 @@ parts: - docker.io - cpio override-build: | - set -x # go was built in parts/go/build export GOROOT=$(realpath ../../go/build) export PATH="${GOROOT}/bin:${PATH}" - env if [ -n "$http_proxy" ]; then echo "Setting proxy $http_proxy" systemctl set-environment http_proxy=$http_proxy || true