mirror of
https://abf.rosa.ru/djam/terraform-provider-yandex.git
synced 2025-04-18 11:04:36 +00:00
Compare commits
18 commits
djam_perso
...
rosa2016.1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0a93796d46 | ||
![]() |
3a7b61f29e | ||
![]() |
34fc8ab6c9 | ||
![]() |
9b224f1f28 | ||
![]() |
33740ab210 | ||
![]() |
77b469e922 | ||
![]() |
d0742dd8e0 | ||
331040a500 | |||
5e2c932cc7 | |||
6f79071d34 | |||
37c603c83d | |||
f04e78bc8c | |||
5927770b42 | |||
bfb62f0beb | |||
9dfa43ab7e | |||
f29cc36c4f | |||
3360ed4d3b | |||
59a89577e4 |
4 changed files with 24 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
terraform-provider-yandex-0.124.0.tar.gz: fa018ff5f0828bbac5ac500d3b333a2377559371
|
||||
terraform-provider-yandex-0.140.1.tar.gz: e6d165e755f9df69961bfbcdb903fca775c8be5a
|
||||
|
|
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
|
|
@ -6,11 +6,11 @@
|
|||
%else
|
||||
%global goarch 386
|
||||
%endif
|
||||
%define secscan 1
|
||||
%define secscan 0
|
||||
|
||||
|
||||
Name: terraform-provider-%{tfprovider}
|
||||
Version: 0.124.0
|
||||
Version: 0.140.1
|
||||
Release: 1
|
||||
Summary: Terraform provider for Yandex cloud
|
||||
URL: https://github.com/yandex-cloud/%{name}
|
||||
|
@ -21,6 +21,7 @@ BuildRequires: go >= 1.16
|
|||
BuildRequires: git-core
|
||||
BuildRequires: upx
|
||||
BuildRequires: terraform
|
||||
BuildRequires: pkgconfig(openssl3.3)
|
||||
|
||||
%if %{secscan}
|
||||
BuildRequires: clamav
|
||||
|
|
Loading…
Add table
Reference in a new issue