Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prometheus/test-infra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b405f5252dc13962f48b88a486251ef84360a985
Choose a base ref
..
head repository: prometheus/test-infra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0f98ebd4b167dcd4a56e1cfe17c52cf263c89519
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 tools/prometheus-builder/key.sh
4 changes: 2 additions & 2 deletions tools/prometheus-builder/key.sh
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ git checkout pr-branch
# emptyDir. This file will later be used by the data-downloader init container.
if [ -f "$DIR/key.yml" ]; then
echo "INFO:: key.yml file is Present on $DIR/key.yml directory."
cp "$DIR/key.yml" "$STORAGE/key.yml"
echo "INFO:: key.yml file is Present on $DIR/key.yml directory so download the block from ObjecStorage."
else
echo "INFO:: key.yml File does not exist on $DIR/key.yml directory."
echo "INFO:: key.yml File does not exist on $DIR/key.yml directory so data is not downloaded from ObjectStorage."
fi