* ci: fix typo (cherry picked from commit96a7cedaca) * ci: suppress cargo tree output (cherry picked from commit59cd0556ef) Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
		@@ -78,7 +78,7 @@ else
 | 
				
			|||||||
  export CI_REPO_SLUG=
 | 
					  export CI_REPO_SLUG=
 | 
				
			||||||
  export CI_TAG=
 | 
					  export CI_TAG=
 | 
				
			||||||
  # Don't override ci/run-local.sh
 | 
					  # Don't override ci/run-local.sh
 | 
				
			||||||
  if [[ -z $CL_LOCAL_RUN ]]; then
 | 
					  if [[ -z $CI_LOCAL_RUN ]]; then
 | 
				
			||||||
    export CI_OS_NAME=
 | 
					    export CI_OS_NAME=
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -14,7 +14,7 @@ scripts/increment-cargo-version.sh check
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Disallow uncommitted Cargo.lock changes
 | 
					# Disallow uncommitted Cargo.lock changes
 | 
				
			||||||
(
 | 
					(
 | 
				
			||||||
  _ scripts/cargo-for-all-lock-files.sh tree
 | 
					  _ scripts/cargo-for-all-lock-files.sh tree >/dev/null
 | 
				
			||||||
  set +e
 | 
					  set +e
 | 
				
			||||||
  if ! _ git diff --exit-code; then
 | 
					  if ! _ git diff --exit-code; then
 | 
				
			||||||
    echo -e "\nError: Uncommitted Cargo.lock changes" 1>&2
 | 
					    echo -e "\nError: Uncommitted Cargo.lock changes" 1>&2
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -148,7 +148,7 @@ for file in "${markdownFiles[@]}"; do
 | 
				
			|||||||
done
 | 
					done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Update cargo lock files
 | 
					# Update cargo lock files
 | 
				
			||||||
scripts/cargo-for-all-lock-files.sh tree
 | 
					scripts/cargo-for-all-lock-files.sh tree >/dev/null
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "$currentVersion -> $newVersion"
 | 
					echo "$currentVersion -> $newVersion"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user