Skip to content

Commit

Permalink
Remove workflow-directory, use nested repos
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman committed Dec 17, 2024
1 parent d8c81d2 commit 9f11f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-publish-develop-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
10 changes: 3 additions & 7 deletions tools/bin/goreleaser_utils
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,9 @@ get_remote_plugin_paths() {
}

build_standard_capabilities() {
ls ../
ls ../..
ls ../../..
ls ../../../..
cd ../capabilities/cron
# go install "${ldflags[@]}" .
# cd ../chainlink
cd ./capabilities/cron
go install "${ldflags[@]}" .
cd ../..
}

install_remote_plugins() {
Expand Down

0 comments on commit 9f11f51

Please sign in to comment.