Skip to content

Commit

Permalink
Merge pull request #11179 from Katharine/fix-bump_e2e_image
Browse files Browse the repository at this point in the history
Fix bump_e2e_image.sh tree finding.
  • Loading branch information
k8s-ci-robot committed Feb 7, 2019
2 parents ced64c7 + d268918 commit 2cb2a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiment/bump_e2e_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [[ -n "${dirty}" ]]; then
exit 1
fi

TREE="$(dirname "${BASH_SOURCE[0]}")/.."
TREE="$(git rev-parse --show-toplevel)"

DATE="$(date +v%Y%m%d)"
TAG="${DATE}-$(git describe --tags --always --dirty)"
Expand Down

0 comments on commit 2cb2a85

Please sign in to comment.