update action.yml

This commit is contained in:
Sergey Zhemoytel 2025-01-04 15:44:15 +03:00
parent e14f7a3989
commit 4fd2ad4a14

View file

@ -35,7 +35,7 @@ runs:
sudo urpmi.update -fa
- name: Download sources artifacts
run: |
./download_sources.sh
# ./download_sources.sh
- name: Linter
run: |
source .env
@ -66,6 +66,6 @@ runs:
curl -X POST https://api.buildkite.com/v2/packages/organizations/r11-team/registries/r11-x86-64/packages \
-H "Authorization: Bearer ${PUBLICATOR}" \
-F "file=@/home/builder/rpmbuild/RPMS/x86_64/*.x86_64.rpm"
# container:
# image: packages.buildkite.com/r11-team/r11/builder:latest
container:
image: packages.buildkite.com/r11-team/r11/builder:latest