Skip to content

Commit

Permalink
fix: debug run
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Feb 6, 2024
1 parent 5a30fec commit a6feb24
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,13 @@ jobs:
- name: Fix permissions in docker image
if: matrix.cfg.skip == false
run: |
sudo mkdir -p /home/runner/work/_temp/_github_workflow/
sudo install -m 666 /dev/null /home/runner/work/_temp/_github_workflow/event.json
sudo chown -R docker:docker /github/home /home/docker /home/runner/work/_temp/_github_workflow/event.json /__w /project
sudo chown -R docker:docker /github/home /home/docker /__w /project
- name: Setup git config
if: matrix.cfg.skip == false
run: |
git config --global user.email "[email protected]"
git config --global user.name "Circle CI BOT"
git config --global push.default simple
sudo git config --global user.email "[email protected]"
sudo git config --global user.name "Circle CI BOT"
sudo git config --global push.default simple
- name: "Fetch code"
if: matrix.cfg.skip == false
run: |
Expand Down

0 comments on commit a6feb24

Please sign in to comment.