diff options
| author | Michael Grote | 2023-04-28 21:45:36 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-04-28 21:45:36 +0200 |
| commit | bfb4f42353185d5c5d6fdf1f877dbdfcfa2f39e5 (patch) | |
| tree | 6bc8e376ea0a871b48fa097af3f4e6d5c753042a | |
| parent | 8ad005c568e5615a750ef41e4850a60659d4d100 (diff) | |
ci: add proxy
| -rw-r--r-- | .drone.yml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ kind: pipeline type: docker name: default + +environment: + http_proxy: http://192.168.2.43:9999 # für apt, zeigt auf docker10.grote.lan + steps: - name: run gitleaks image: plugins/gitleaks |