Skip to content

Commit

Permalink
Merge pull request #32 from awadell1/permissions
Browse files Browse the repository at this point in the history
Permissions
  • Loading branch information
awadell1 authored Dec 12, 2021
2 parents 0ebaeeb + 5377b36 commit aba487f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ci.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ include("utils.jl")
function run_ci_workflow(pkg_dir)
# Create temporary default project
mktempdir() do temp_project
# Copy pkg_dir to temp_project
# Copy pkg_dir to temp_project, and fix permissions
cp(pkg_dir, temp_project; force=true)
chmod(temp_project, 0o700; recursive=true)

# Construct CI Command
pkgjogger_path = escape_string(PKG_JOGGER_PATH)
Expand Down

0 comments on commit aba487f

Please sign in to comment.