Skip to content

Commit

Permalink
Change ownership of files generated in dist to normal user (not root)
Browse files Browse the repository at this point in the history
  • Loading branch information
fennm committed Oct 17, 2016
1 parent c61f1cc commit 7d4f1e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ before_install:

script:
- ./build-docker $OS_TYPE $OS_VERSION
- sudo chown -R $(id -un).$(id -gn) dist

after_success:
- ls -l dist
Expand Down

1 comment on commit 7d4f1e8

@jarun
Copy link
Owner

@jarun jarun commented on 7d4f1e8 Apr 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fennm would it be possible for to kindly spare some time and get the RHEL packages for nnn auto-generated (as you did for bcal)?

Please sign in to comment.