Skip to content

Commit

Permalink
fix(ci): e2e setup edge case
Browse files Browse the repository at this point in the history
This was causing the git files e.g. attach_ebs_cache.sh not to be found when it went to the next step
  • Loading branch information
ludamad authored Oct 13, 2024
1 parent 286d617 commit 297dc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ensure-builder/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
scripts/run_on_builder "
echo "Unpacking repo"
git config --global advice.detachedHead false
git clone ~/run-$RUN_ID-git/.git ~/run-$RUN_ID
flock ~/run-$RUN_ID.lock 'git clone ~/run-$RUN_ID-git/.git ~/run-$RUN_ID' || true
echo ${{ env.BUILD_INSTANCE_SSH_KEY }} | base64 --decode > ~/.ssh/build_instance_key
chmod 600 ~/.ssh/build_instance_key
" || true
Expand Down

0 comments on commit 297dc8b

Please sign in to comment.