Skip to content

Commit

Permalink
don't explicitly filter removed file parsedBeaconState.json from holesky
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Nov 9, 2023
1 parent 4399361 commit b12df93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ endif

# We don't need these `vendor/holesky` files but fetching them
# may trigger 'This repository is over its data quota' from GitHub
GIT_SUBMODULE_CONFIG := -c lfs.fetchexclude=/public-keys/all.txt,/custom_config_data/genesis.ssz,/custom_config_data/parsedBeaconState.json
GIT_SUBMODULE_CONFIG := -c lfs.fetchexclude=/public-keys/all.txt,/custom_config_data/genesis.ssz

ifeq ($(NIM_PARAMS),)
# "variables.mk" was not included, so we update the submodules.
Expand Down
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.benchmarks
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ node("metal") {
/* source code checkout */
checkout scm
/* we need to update the submodules before caching kicks in */
sh "git -c lfs.fetchexclude=/public-keys/all.txt,/custom_config_data/genesis.ssz,/custom_config_data/parsedBeaconState.json submodule update --init --recursive"
sh "git -c lfs.fetchexclude=/public-keys/all.txt,/custom_config_data/genesis.ssz submodule update --init --recursive"
}

stage("Build") {
Expand Down

0 comments on commit b12df93

Please sign in to comment.