Skip to content

Commit

Permalink
snap: remove commands used for debugging
Browse files Browse the repository at this point in the history
remove set and env commands that were used for debugging

Signed-off-by: Julio Montes <julio.montes@intel.com>
  • Loading branch information
Julio Montes committed Jan 28, 2019
1 parent 7d77ae9 commit e5940ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions snap/snapcraft.yaml
Expand Up @@ -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
Expand Down

0 comments on commit e5940ce

Please sign in to comment.