From e809180bf8af53c8394b9527c1595d3722086b9b Mon Sep 17 00:00:00 2001 From: Bryce Lampe Date: Thu, 7 Mar 2024 16:22:15 -0800 Subject: [PATCH] Fix CI --- .github/workflows/makefile.yaml | 14 +++++--------- sdk/dotnet/version.txt | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/makefile.yaml b/.github/workflows/makefile.yaml index 793a58e..0d68f73 100644 --- a/.github/workflows/makefile.yaml +++ b/.github/workflows/makefile.yaml @@ -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: | diff --git a/sdk/dotnet/version.txt b/sdk/dotnet/version.txt index 1b2512d..0d15798 100644 --- a/sdk/dotnet/version.txt +++ b/sdk/dotnet/version.txt @@ -1 +1 @@ -0.0.1-alpha.1709848295+3427e611.dirty +0.0.1-alpha.1709857100+48790551