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