Skip to content

Commit

Permalink
Merge pull request #242 from razeware/development
Browse files Browse the repository at this point in the history
v2.4.2: 🪰 in the ointment
  • Loading branch information
sammyd authored Jan 31, 2024
2 parents 40d4868 + bf1fb3d commit 958e22d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/robles
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ require_relative '../config/application'
if GITHUB_WORKSPACE.present?
# Add the workspace as a safe directory to global git if we're inside a GitHub Action
Git.global_config('safe.directory', GITHUB_WORKSPACE)
else
# Add the default mounted directory as safe
# Note that this is used in CI for slide generation for, well, reasons
Git.global_config('safe.directory', '/data/src')
end

begin
Expand Down

0 comments on commit 958e22d

Please sign in to comment.