mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 08:52:46 +00:00
update action
This commit is contained in:
parent
d2be73652b
commit
5e55039b7a
1 changed files with 14 additions and 14 deletions
28
action.yml
28
action.yml
|
@ -21,10 +21,10 @@ on:
|
|||
# description: CI deploy token
|
||||
# required: true
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
#jobs:
|
||||
# build-and-deploy:
|
||||
#runs:
|
||||
# using: "composite"
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
run: |
|
||||
|
@ -45,22 +45,22 @@ runs:
|
|||
# cat /etc/*release*
|
||||
# echo "check specfile" && [ -f ${SPECFILE} ] || exit 1
|
||||
|
||||
- name: Remove all repo
|
||||
run: |
|
||||
# - name: Remove all repo
|
||||
# run: |
|
||||
# if grep -q "djam_personal" /etc/urpmi/urpmi.cfg; then sudo urpmi.removemedia djam_personal; fi
|
||||
# Убираем все старые источники
|
||||
sudo urpmi.removemedia -a
|
||||
# sudo urpmi.removemedia -a
|
||||
# Переключаемся на mirror.rosa.ru
|
||||
# sudo urpmi.addmedia --wget -v --distrib --mirrorbrain https://mirror.rosa.ru/rosa/rosa2016.1/$ARCH
|
||||
sudo urpmi.addmedia --distrib --mirrorlist https://tvoygit.ru/Djam/r11_mirrorlist/raw/branch/main/rosa2016.1.x86_64.list
|
||||
# sudo urpmi.addmedia --distrib --mirrorlist https://tvoygit.ru/Djam/r11_mirrorlist/raw/branch/main/rosa2016.1.x86_64.list
|
||||
|
||||
|
||||
- name: Update repo and pre-install
|
||||
run: |
|
||||
sudo urpmi.update -fa
|
||||
sudo urpmi --auto \
|
||||
https://packages.buildkite.com/r11-team/r11-x86-64/files/branding-configs-r11-3.0-3-mdv.x86_64.rpm \
|
||||
https://packages.buildkite.com/r11-team/r11-x86-64/files/branding-configs-common-3.0-3-mdv.x86_64.rpm
|
||||
# - name: Update repo and pre-install
|
||||
# run: |
|
||||
# sudo urpmi.update -fa
|
||||
# sudo urpmi --auto \
|
||||
# https://packages.buildkite.com/r11-team/r11-x86-64/files/branding-configs-r11-3.0-3-mdv.x86_64.rpm \
|
||||
# https://packages.buildkite.com/r11-team/r11-x86-64/files/branding-configs-common-3.0-3-mdv.x86_64.rpm
|
||||
|
||||
- name: Download sources artifacts
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue