mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 08:52:46 +00:00
update actions
This commit is contained in:
parent
cae13f1119
commit
6f0aa308cf
1 changed files with 2 additions and 2 deletions
|
@ -354,9 +354,9 @@ runs:
|
|||
if: github.ref == 'refs/heads/rosa2016.1'
|
||||
run: |
|
||||
echo "Deploying src artifacts..."
|
||||
export REPOURL="http://135.181.14.149:8888"
|
||||
export REPOURL="http://newrepo:8888"
|
||||
for file in /home/builder/rpmbuild/SRPMS/*.rpm; do
|
||||
curl -X POST http://135.181.14.149:8888/src \
|
||||
curl -X POST ${REPOURL}/src \
|
||||
-H "Authorization: Bearer ${{ inputs.REPO_DEPLOY }}" \
|
||||
-F "package=@$file"
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue