Skip to content

Commit

Permalink
Changed user to cheqd
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Mar 18, 2022
1 parent 33cf211 commit 6389eab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/e2e-complex/upgrade/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ DID_2="did:cheqd:testnet:2222222222222222"
# cheqd_noded docker wrapper
cheqd_noded_docker() {
docker run --rm \
-v "$(pwd):/cheqd" \
-v "$(pwd):/home/cheqd" \
--network host \
-u root \
-e HOME=/cheqd \
-u cheqd \
-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 root \
-u cheqd \
-e HOME=/home/cheqd \
--entrypoint "cheqd-noded" \
"${CHEQD_IMAGE_TO}" "$@"
Expand Down

0 comments on commit 6389eab

Please sign in to comment.