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