Skip to content

Commit

Permalink
Change user back to root
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Mar 18, 2022
1 parent 6389eab commit ab50855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/e2e-complex/upgrade/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cheqd_noded_docker() {
docker run --rm \
-v "$(pwd):/home/cheqd" \
--network host \
-u cheqd \
-u root \
-e HOME=/home/cheqd \
--entrypoint "cheqd-noded" \
${CHEQD_IMAGE_FROM} "$@"
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e-complex/upgrade/upgrade_and_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cheqd_noded_docker() {
docker run --rm \
-v "$(pwd):/home/cheqd" \
--network host \
-u cheqd \
-u root \
-e HOME=/home/cheqd \
--entrypoint "cheqd-noded" \
"${CHEQD_IMAGE_TO}" "$@"
Expand Down

0 comments on commit ab50855

Please sign in to comment.