mirror of
https://abf.rosa.ru/djam/rpmtools.git
synced 2025-02-24 03:12:49 +00:00
Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Failing after 2m37s
Some checks failed
Run CI/CD... / main (push) Failing after 2m37s
This commit is contained in:
parent
9d2c5de633
commit
3add52da21
3 changed files with 20 additions and 0 deletions
17
.gitea/workflows/ci.yml
Normal file
17
.gitea/workflows/ci.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
version: '1'
|
||||||
|
|
||||||
|
name: Run CI/CD...
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
main:
|
||||||
|
runs-on: r11_builder
|
||||||
|
steps:
|
||||||
|
- name: Jobs
|
||||||
|
uses: ${{ github.server_url }}/Djam/r11_workflows@main
|
||||||
|
with:
|
||||||
|
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||||
|
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||||
|
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||||
|
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.*~
|
||||||
|
*~
|
||||||
|
.env
|
BIN
rpmtools-6.1.tar.xz
Normal file
BIN
rpmtools-6.1.tar.xz
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue