Compare commits
3 Commits
update-git
...
ci
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9cff9765e2 | ||
|
|
ddb67fe48f | ||
|
|
e809180bf8 |
14
.github/workflows/makefile.yaml
vendored
14
.github/workflows/makefile.yaml
vendored
@@ -14,9 +14,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: docker://ghcr.io/pulumi/devcontainer:latest
|
|
||||||
options: --user root
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: read
|
packages: read
|
||||||
@@ -27,27 +24,26 @@ jobs:
|
|||||||
id: git
|
id: git
|
||||||
with:
|
with:
|
||||||
submodules: "recursive"
|
submodules: "recursive"
|
||||||
- name: Unshallow clone for tags
|
|
||||||
id: tags
|
|
||||||
run: |
|
|
||||||
sudo chown -R $(whoami) /__w/pulumi-docker-native/pulumi-docker-native
|
|
||||||
git config --global --add safe.directory /__w/pulumi-docker-native/pulumi-docker-native
|
|
||||||
git fetch --prune --unshallow --tags
|
|
||||||
- name: Build
|
- name: Build
|
||||||
id: build
|
id: build
|
||||||
run: |
|
run: |
|
||||||
make build
|
make build
|
||||||
|
|
||||||
- name: Install
|
- name: Install
|
||||||
id: install
|
id: install
|
||||||
run: |
|
run: |
|
||||||
set -ex
|
set -ex
|
||||||
make install
|
make install
|
||||||
|
|
||||||
- name: PulumiUp
|
- name: PulumiUp
|
||||||
id: up
|
id: up
|
||||||
run: make up
|
run: make up
|
||||||
|
|
||||||
- name: PulumiDown
|
- name: PulumiDown
|
||||||
id: down
|
id: down
|
||||||
run: make down
|
run: make down
|
||||||
|
|
||||||
- name: Generate multi-language examples from yaml IaC program
|
- name: Generate multi-language examples from yaml IaC program
|
||||||
id: examples
|
id: examples
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -31,6 +31,8 @@ provider_debug::
|
|||||||
test_provider::
|
test_provider::
|
||||||
cd tests && go test -short -v -count=1 -cover -timeout 2h -parallel ${TESTPARALLELISM} ./...
|
cd tests && go test -short -v -count=1 -cover -timeout 2h -parallel ${TESTPARALLELISM} ./...
|
||||||
|
|
||||||
|
codegen:
|
||||||
|
|
||||||
dotnet_sdk:: DOTNET_VERSION := $(shell pulumictl get version --language dotnet)
|
dotnet_sdk:: DOTNET_VERSION := $(shell pulumictl get version --language dotnet)
|
||||||
dotnet_sdk::
|
dotnet_sdk::
|
||||||
rm -rf sdk/dotnet
|
rm -rf sdk/dotnet
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
0.0.1-alpha.1709848295+3427e611.dirty
|
|
||||||
Reference in New Issue
Block a user