From c9c9f1c4ee341de00abf430fd2096cb6b6f65abc Mon Sep 17 00:00:00 2001 From: Justin Kaseman Date: Mon, 16 Dec 2024 16:53:56 -0800 Subject: [PATCH] Remove workflow-directory, use nested repos --- .github/workflows/build-publish-develop-pr.yml | 1 - tools/bin/goreleaser_utils | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-publish-develop-pr.yml b/.github/workflows/build-publish-develop-pr.yml index 1bf8516fe9b..92bfd54e4a2 100644 --- a/.github/workflows/build-publish-develop-pr.yml +++ b/.github/workflows/build-publish-develop-pr.yml @@ -122,7 +122,6 @@ jobs: - name: Build images for ${{ matrix.goarch }} uses: ./.github/actions/goreleaser-build-sign-publish if: github.event_name == 'workflow_dispatch' || steps.cache.outputs.cache-hit != 'true' - working-directory: ./chainlink with: docker-registry: ${{ secrets.AWS_SDLC_ECR_HOSTNAME }} docker-image-tag: ${{ needs.image-tag.outputs.image-tag }} diff --git a/tools/bin/goreleaser_utils b/tools/bin/goreleaser_utils index 2c5c4f302e3..7430bd45942 100755 --- a/tools/bin/goreleaser_utils +++ b/tools/bin/goreleaser_utils @@ -72,10 +72,8 @@ get_remote_plugin_paths() { } build_standard_capabilities() { - ls ../ - ls ../.. - ls ../../.. - ls ../../../.. + ls + ls ./capabilities cd ../capabilities/cron # go install "${ldflags[@]}" . # cd ../chainlink