-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,13 +48,7 @@ jobs: | |
- name: Fix permissions in docker image | ||
if: matrix.cfg.skip == false | ||
run: | | ||
sudo chown -R docker:docker /github/home /home/docker /__w /project | ||
- name: Setup git config | ||
if: matrix.cfg.skip == false | ||
run: | | ||
sudo git config --global user.email "[email protected]" | ||
sudo git config --global user.name "Circle CI BOT" | ||
sudo git config --global push.default simple | ||
sudo chown -R docker:docker /github/home /home/docker /project | ||
- name: "Fetch code" | ||
if: matrix.cfg.skip == false | ||
run: | | ||
|