Skip to content

Commit

Permalink
drop old build.sh and re-fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed Mar 30, 2021
1 parent 855b8ab commit 8732afe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
2 changes: 1 addition & 1 deletion build-docker-images.sh
Expand Up @@ -15,7 +15,7 @@ else
# Fetch a cached joystream/node image if one is found matching code shasum instead of building
CODE_HASH=`scripts/runtime-code-shasum.sh`
IMAGE=joystream/node:${CODE_HASH}
echo "Trying to fetch cashed ${IMAGE} image"
echo "Trying to fetch cached ${IMAGE} image"
docker pull ${IMAGE} || :

if ! docker inspect ${IMAGE} > /dev/null;
Expand Down
50 changes: 0 additions & 50 deletions build.sh

This file was deleted.

0 comments on commit 8732afe

Please sign in to comment.