diff options
Diffstat (limited to '.ci/scripts/merge/apply-patches-by-label.py')
| -rw-r--r-- | .ci/scripts/merge/apply-patches-by-label.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/merge/apply-patches-by-label.py b/.ci/scripts/merge/apply-patches-by-label.py index 7f1ea06cf..e81db9287 100644 --- a/.ci/scripts/merge/apply-patches-by-label.py +++ b/.ci/scripts/merge/apply-patches-by-label.py | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | import requests, sys, json, urllib3.request, shutil, subprocess, os | 4 | import requests, sys, json, urllib3.request, shutil, subprocess, os |
| 5 | 5 | ||
| 6 | tagline = os.getenv("MergeTaglinePublic".upper(), "") | 6 | tagline = sys.argv[2] |
| 7 | 7 | ||
| 8 | http = urllib3.PoolManager() | 8 | http = urllib3.PoolManager() |
| 9 | dl_list = {} | 9 | dl_list = {} |