Skip to content

Commit

Permalink
Addressed the feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Aug 29, 2019
1 parent 2ca3222 commit abfc572
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/presubmit-tests-with-pipeline-deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ done

# PULL_PULL_SHA is empty whne Pros/Tide tests the batches.
# PULL_BASE_SHA cannot be used here as it still points to master tip in that case.
if [ -z "${PULL_PULL_SHA:-}" ]; then
PULL_PULL_SHA=$(git rev-parse HEAD)
fi
PULL_PULL_SHA="${PULL_PULL_SHA:-$(git rev-parse HEAD)}"

# Variables
GCR_IMAGE_BASE_DIR=gcr.io/${PROJECT}/${PULL_PULL_SHA}
Expand Down

0 comments on commit abfc572

Please sign in to comment.