Skip to content

Commit

Permalink
fix: arch packaging test output
Browse files Browse the repository at this point in the history
  • Loading branch information
thediveo committed Sep 22, 2023
1 parent fd5fd35 commit dbcae5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/aur/makepackage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ NOCOLOR="\033[0m"

docker build --pull -f Dockerfile -t archpkgbuilder .
docker run --rm --name archpkgbuilder -v .:/pkg archpkgbuilder \
&& echo "${GREEN}SUCCESS${NOCOLOR}" \
|| (echo "${RED}FAIL${NOCOLOR}"; exit 1)
&& echo -e "${GREEN}SUCCESS${NOCOLOR}" \
|| (echo -e "${RED}FAIL${NOCOLOR}"; exit 1)

0 comments on commit dbcae5e

Please sign in to comment.