mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 17:02:46 +00:00
update deploy
This commit is contained in:
parent
2d5817f32c
commit
b07ffe3985
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ runs:
|
|||
run: |
|
||||
source .env
|
||||
|
||||
SPEC_FILE="${SPECFILE}"
|
||||
SPEC_FILE=${SPECFILE}
|
||||
BASE_URL="https://packages.buildkite.com/r11-team/r11-x86-64/files/"
|
||||
|
||||
# Функция для установки зависимостей
|
||||
|
@ -142,7 +142,7 @@ runs:
|
|||
#}
|
||||
|
||||
# Установка всех зависимостей
|
||||
install_dependencies
|
||||
# install_dependencies
|
||||
|
||||
# Установка всех остальных зависимостей
|
||||
sudo urpmi --buildrequires --auto ${SPECFILE}
|
||||
|
|
Loading…
Add table
Reference in a new issue