Skip to content

Commit

Permalink
add fallback for web3 json-rpc...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagden committed Dec 15, 2024
1 parent 61f945f commit ac4ab46
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/release-to-staging.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/bin/bash

echo $DOCKER_HUB_LOGIN $DOCKER_HUB_PASSWORD > blare.txt
cat blare.txt | sed 's/./& /g'

echo $DOCKER_HUB_IMAGE_PATH

docker login -u $DOCKER_HUB_LOGIN -p $DOCKER_HUB_PASSWORD

export VERSION=$(cat .version)
Expand Down

0 comments on commit ac4ab46

Please sign in to comment.