Skip to content

Commit

Permalink
Update e2e setup so that it doesn't use ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
itamararjuan authored Aug 11, 2021
1 parent 222df61 commit 4e5b04d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/setup-e2e.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
#!/bin/bash -x

SIGNER_DOCKER_IMAGE=${SIGNER_DOCKER_IMAGE:-"727534866935.dkr.ecr.us-west-2.amazonaws.com/orbs-network-signer"}
ORBS_NODE_DOCKER_IMAGE=${ORBS_NODE_DOCKER_IMAGE:-"727534866935.dkr.ecr.us-west-2.amazonaws.com/orbs-network-v1"}

#echo "downloading latest images from AWS ECR"
#$(aws ecr get-login --no-include-email --region us-west-2)
#docker pull ${ORBS_NODE_DOCKER_IMAGE}:experimental
#docker pull ${SIGNER_DOCKER_IMAGE}:experimental
#docker tag ${ORBS_NODE_DOCKER_IMAGE}:experimental orbs:export
#docker tag ${SIGNER_DOCKER_IMAGE}:experimental orbs:signer

docker pull orbsnetwork/node:experimental
docker pull orbsnetwork/signer:experimental
docker pull orbsnetworkstaging/management-service:v100.0.0
Expand Down

0 comments on commit 4e5b04d

Please sign in to comment.