Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
Revert backwards compatibility stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Sethuram committed Feb 6, 2020
1 parent 5f1d4b8 commit 5e19ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ release=$(shell cat package.json | grep '"version"' | awk -F '"' '{print $$4}')
solc_version=$(shell cat package.json | grep '"solc"' | awk -F '"' '{print $$4}')

# version that will be tested against for backwards compatibility checks
backwards_compatible_version=$(shell echo $(release) | cut -d '.' -f 1).0.10
backwards_compatible_version=$(shell echo $(release) | cut -d '.' -f 1).0.7

# Pool of images to pull cached layers from during docker build steps
cache_from=$(shell if [[ -n "${GITHUB_WORKFLOW}" ]]; then echo "--cache-from=$(project)_database:$(commit),$(project)_database,$(project)_ethprovider:$(commit),$(project)_ethprovider,$(project)_node:$(commit),$(project)_node,$(project)_proxy:$(commit),$(project)_proxy,$(project)_relay:$(commit),$(project)_relay,$(project)_bot:$(commit),$(project)_bot,$(project)_builder"; else echo ""; fi)
Expand Down

0 comments on commit 5e19ab1

Please sign in to comment.