mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 16:36:38 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user