Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/no-ref/add-co…
Browse files Browse the repository at this point in the history
…mp-src
  • Loading branch information
KaiWaldrant committed Aug 7, 2024
2 parents e779f62 + 04ba872 commit 3ef9498
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:

- uses: actions/checkout@v4
with:
submodules: 'recursive'
ref: ${{ needs.target.outputs.target_branch }}

- uses: viash-io/viash-actions/setup@v6
Expand All @@ -109,7 +108,25 @@ jobs:
run: |
${{matrix.component.executable}} ---engine docker ---setup push ---verbose
# Add step to copy files to .
# phase 3
cleanup:
name: Clean up repository
needs: target

runs-on: ubuntu-latest
permissions:
contents: write

strategy:
fail-fast: false

steps:
- uses: data-intuitive/reclaim-the-bytes@v2

- uses: actions/checkout@v4
with:
ref: ${{ needs.target.outputs.target_branch }}
# Add step to copy files to .
- name: Copy executables to root
run: |
echo "Copying directories to root"
Expand Down

0 comments on commit 3ef9498

Please sign in to comment.