github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/topgun/tasks/http-proxy.yml (about) 1 --- 2 platform: linux 3 4 image_resource: 5 type: registry-image 6 source: {repository: busybox} 7 8 run: 9 path: sh 10 args: 11 - "-c" 12 - | 13 set -x 14 wget -Y on example.com