Правка

This commit is contained in:
2020-06-30 16:30:57 +03:00
parent 6579472659
commit 2b629c9dc9
2 changed files with 2 additions and 3 deletions

View File

@ -152,9 +152,8 @@ git push -u origin master
[source,sh]
----
mkdir .gitlab-ci
wget -O .gitlab-ci/scheduled.yml https://git.246060.ru/f1x1t/gitlab-ci/raw/branch/master/.gitlab-ci/scheduled.yml
wget -O .gitlab-ci.yml https://git.246060.ru/f1x1t/gitlab-ci/raw/branch/master/.gitlab-ci.yml
git add .gitlab-ci.yml .gitlab-ci/scheduled.yml
git add .gitlab-ci.yml
git commit -m "Настройка автосборки"
----