mirror of
https://abf.rosa.ru/djam/pulumi.git
synced 2025-04-18 16:34:14 +00:00
Compare commits
19 commits
djam_perso
...
rosa2016.1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
67a1e4c3ed | ||
![]() |
46a86dccd1 | ||
![]() |
3397a1390d | ||
![]() |
4c202b4877 | ||
![]() |
d596e8fd42 | ||
![]() |
a8886c3fa8 | ||
![]() |
e7886809db | ||
![]() |
fe96170172 | ||
![]() |
ee7fad98da | ||
![]() |
9ede4324ff | ||
![]() |
2055fcdcdf | ||
![]() |
d66ed68c18 | ||
![]() |
5b896524b7 | ||
a54834a781 | |||
502146b68b | |||
65d5a7499c | |||
8fad9f6bf8 | |||
5cb659be1a | |||
1a57c65571 |
4 changed files with 24 additions and 6 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
pulumi-3.142.0.tar.gz: 874ac8d7e4bddad6fc81ea5f14df25fe2bd9cd5a
|
||||
pulumi-3.162.0.tar.gz: 891a5a1adb3a76707e89d057d6063244a4fcccde
|
||||
|
|
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
|
|
@ -3,7 +3,7 @@
|
|||
%define secscan 0
|
||||
|
||||
Name: pulumi
|
||||
Version: 3.142.0
|
||||
Version: 3.162.0
|
||||
Release: 1
|
||||
Summary: Modern Infrastructure as Code
|
||||
URL: https://www.pulumi.com
|
||||
|
@ -77,8 +77,7 @@ Pulumi language nodejs
|
|||
|
||||
%build
|
||||
export GO111MODULE=on
|
||||
#export GOPROXY=direct
|
||||
export GOPROXY=https://proxy.golang.org/cached-only
|
||||
export GOPROXY=https://proxy.golang.org,direct
|
||||
|
||||
pushd pkg
|
||||
go mod download
|
||||
|
@ -107,8 +106,7 @@ popd
|
|||
|
||||
popd
|
||||
|
||||
|
||||
upx bin/*
|
||||
#upx bin/*
|
||||
|
||||
%install
|
||||
install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
|
||||
|
|
Loading…
Add table
Reference in a new issue