Skip to content

Commit

Permalink
#3 sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 22, 2024
1 parent 59e16a4 commit b207791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
docker:
image: yegor256/rultor-image:1.23.1
install: |
sudo make install
sudo make install "--directory=$(pwd)"
merge:
script: |-
sudo docker build "$(pwd)"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

.SHELLFLAGS: -e -o pipefail -c
.ONESHELL:
.PHONY: clean all
.PHONY: clean all install
.SILENT:

SHELL = bash
Expand Down

0 comments on commit b207791

Please sign in to comment.