Compare commits

...

3 Commits
v0.0.4 ... ci

Author SHA1 Message Date
Bryce Lampe
9cff9765e2 Fix CI 2024-03-07 16:46:47 -08:00
Bryce Lampe
ddb67fe48f remove version 2024-03-07 16:27:01 -08:00
Bryce Lampe
e809180bf8 Fix CI 2024-03-07 16:23:15 -08:00
3 changed files with 7 additions and 10 deletions

View File

@@ -14,9 +14,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: docker://ghcr.io/pulumi/devcontainer:latest
options: --user root
permissions:
contents: read
packages: read
@@ -27,27 +24,26 @@ jobs:
id: git
with:
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
id: build
run: |
make build
- name: Install
id: install
run: |
set -ex
make install
- name: PulumiUp
id: up
run: make up
- name: PulumiDown
id: down
run: make down
- name: Generate multi-language examples from yaml IaC program
id: examples
run: |

View File

@@ -31,6 +31,8 @@ provider_debug::
test_provider::
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::
rm -rf sdk/dotnet

View File

@@ -1 +0,0 @@
0.0.1-alpha.1709848295+3427e611.dirty