From b9906517a198bc0ae17062e9eff7f5cf86454cb1 Mon Sep 17 00:00:00 2001 From: Ethan Mosbaugh Date: Tue, 16 Jul 2024 10:26:50 -0700 Subject: [PATCH] f --- .github/workflows/pull-request.yaml | 28 ++++++++++++++-------------- deploy/melange.dev.tmpl.yaml | 2 ++ 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index c207f2e..28a1913 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -38,17 +38,17 @@ jobs: - name: Build run: | make build VERSION=dev-${{ env.SHORT_SHA }} - - name: Docker Image - uses: docker/build-push-action@v6 - with: - push: true - tags: | - ttl.sh/embedded-cluster-operator-image:dev-${{ env.SHORT_SHA }} + # - name: Docker Image + # uses: docker/build-push-action@v6 + # with: + # push: true + # tags: | + # ttl.sh/embedded-cluster-operator-image:dev-${{ env.SHORT_SHA }} - name: Prepare melange build run: | export VERSION=$(git describe --tags --dirty) make melange-template - cp bin/manager deploy/manager + cp bin/manager manager - name: Build melange package uses: chainguard-dev/actions/melange-build@main with: @@ -66,10 +66,10 @@ jobs: run: make manifests - name: Check CRDs run: | - git diff --exit-code --name-only - if [ $? -eq 0 ]; then - echo "CRDs are up to date" - else - echo "CRDs are out of date" - exit 1 - fi + git diff --exit-code --name-only + if [ $? -eq 0 ]; then + echo "CRDs are up to date" + else + echo "CRDs are out of date" + exit 1 + fi diff --git a/deploy/melange.dev.tmpl.yaml b/deploy/melange.dev.tmpl.yaml index 97b6730..c7968c3 100644 --- a/deploy/melange.dev.tmpl.yaml +++ b/deploy/melange.dev.tmpl.yaml @@ -18,4 +18,6 @@ environment: pipeline: - runs: | set -ex + ls + pwd cp manager "${{targets.destdir}}/manager"