From 0d9f58c110c5f1799bab02997c477bf2725ce7e2 Mon Sep 17 00:00:00 2001 From: Schtil Date: Sat, 22 Feb 2025 20:43:46 +0000 Subject: [PATCH] fix misprint --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f560bcc..3acb2fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ test: find solution -type f -name "Dockerfile*" ! -name "*.*" -print0 | while IFS= read -r -d '' file; do echo "Обрабатываем файл: $file" if ! grep -q "^ENV http_proxy" "$file"; then - sed -i '/^FROM/ a ENV http_proxy=http:\/\/84.201.181.188:15000\nENV https_proxy=http:\/\/84.201.181.188:15000'\nENV no_proxy=localhost "$file" + sed -i '/^FROM/ a ENV http_proxy=http:\/\/84.201.181.188:15000\nENV https_proxy=http:\/\/84.201.181.188:15000\nENV no_proxy=localhost' "$file" echo "Добавлены прокси-переменные в $file" else echo "Прокси-переменные уже присутствуют в $file"