mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 00:46: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
|
- docker.io
|
||||||
- cpio
|
- cpio
|
||||||
override-build: |
|
override-build: |
|
||||||
set -x
|
|
||||||
# go was built in parts/go/build
|
# go was built in parts/go/build
|
||||||
export GOROOT=$(realpath ../../go/build)
|
export GOROOT=$(realpath ../../go/build)
|
||||||
export PATH="${GOROOT}/bin:${PATH}"
|
export PATH="${GOROOT}/bin:${PATH}"
|
||||||
env
|
|
||||||
if [ -n "$http_proxy" ]; then
|
if [ -n "$http_proxy" ]; then
|
||||||
echo "Setting proxy $http_proxy"
|
echo "Setting proxy $http_proxy"
|
||||||
systemctl set-environment http_proxy=$http_proxy || true
|
systemctl set-environment http_proxy=$http_proxy || true
|
||||||
|
Reference in New Issue
Block a user