Skip to content

Commit

Permalink
hardcode git remote url
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Klegar <jacob@tecton.ai>
  • Loading branch information
jklegar committed Jan 5, 2021
1 parent f08b6b9 commit 4383c98
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions infra/scripts/azure-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@

set -euo pipefail

echo "starting azure-runner"
git rev-parse HEAD
echo "found branch"
git config --get remote.origin.url
echo "found url"

STEP_BREADCRUMB='~~~~~~~~'
SECONDS=0
TIMEFORMAT="${STEP_BREADCRUMB} took %R seconds"

GIT_TAG=$(git rev-parse HEAD)
GIT_REMOTE_URL=$(git config --get remote.origin.url)
GIT_REMOTE_URL=https://github.com/feast-dev/feast.git

echo "########## Starting e2e tests for ${GIT_REMOTE_URL} ${GIT_TAG} ###########"

Expand Down

0 comments on commit 4383c98

Please sign in to comment.