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
ea247cef1a
commit
0bdfac9d76
1 changed files with 9 additions and 8 deletions
17
action.yml
17
action.yml
|
@ -19,15 +19,15 @@ runs:
|
||||||
source .env
|
source .env
|
||||||
echo "SPECFILE = ${SPECFILE}"
|
echo "SPECFILE = ${SPECFILE}"
|
||||||
|
|
||||||
- name: Debug Print environment variables
|
# - name: Debug Print environment variables
|
||||||
run: |
|
# run: |
|
||||||
source .env
|
# source .env
|
||||||
env
|
# env
|
||||||
|
|
||||||
- name: Debug os version and check exists spec
|
# - name: Debug os version and check exists spec
|
||||||
run: |
|
# run: |
|
||||||
cat /etc/*release*
|
# cat /etc/*release*
|
||||||
echo "check specfile" && [ -f ${SPECFILE} ] || exit 1
|
# echo "check specfile" && [ -f ${SPECFILE} ] || exit 1
|
||||||
|
|
||||||
- name: Remove djam_personal repo
|
- name: Remove djam_personal repo
|
||||||
run: |
|
run: |
|
||||||
|
@ -36,6 +36,7 @@ runs:
|
||||||
- name: Update repo
|
- name: Update repo
|
||||||
run: |
|
run: |
|
||||||
sudo urpmi.update -fa
|
sudo urpmi.update -fa
|
||||||
|
urpmi rpm-mandriva-setup-build
|
||||||
|
|
||||||
- name: Download sources artifacts
|
- name: Download sources artifacts
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue