snap: remove commands used for debugging

remove set and env commands that were used for debugging

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes
2019-01-28 09:16:47 -06:00
parent 7d77ae9ca8
commit e5940ce66d

View File

@@ -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