Skip to content

Commit

Permalink
sudo INN_HOSTNAME=inn.github-action make install
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Oct 7, 2024
1 parent 5624bbe commit 30073dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- run: env
# - run: mkdir -p $RUNNER_WORKSPACE/inn-install/db
# - run: sudo chown -R news:news $RUNNER_WORKSPACE/inn-install
- run: sudo -u news INN_HOSTNAME=inn.github-action $RUNNER_WORKSPACE/inn-install/bin/rc.news start
- run: INN_HOSTNAME=inn.github-action $RUNNER_WORKSPACE/inn-install/bin/rc.news start
# - run: sudo -u news INN_HOSTNAME=inn.github-action $RUNNER_WORKSPACE/inn-install/bin/rc.news start

# CAUTION: Running as root is dangerous.
# - run: sudo INN_HOSTNAME=inn.github-action $RUNNER_WORKSPACE/inn-install/bin/rc.news start
Expand Down

0 comments on commit 30073dd

Please sign in to comment.