Skip to content

Commit

Permalink
added HTTP_PROXY
Browse files Browse the repository at this point in the history
  • Loading branch information
gornostal committed Apr 28, 2018
1 parent 3d8d113 commit bef00de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-utils/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@ launchpad_upload() {
docker run \
--rm \
-e FTP_PROXY \
-e HTTP_PROXY \
-v $(pwd):/root/ulauncher \
$BUILD_IMAGE \
bash -c "$xenial && $artful && $bionic"
bash -c "echo $HTTP_PROXY && $xenial && $artful && $bionic"
}

main

0 comments on commit bef00de

Please sign in to comment.