1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-28 02:37:11 +00:00

scripts: drop special image name handling from test-e2e.sh

Let's just rely on our Makefile everywhere. Plus the previous version
was essentially broken as _PULL_BASE_REF env variable was not available
in testing jobs.
This commit is contained in:
Markus Lehtonen 2020-09-03 13:00:16 +03:00
parent 799da7cbb9
commit ff5e36be0d

View file

@ -7,9 +7,6 @@ export PATH=$PATH:$HOME/bin
# Configure environment
if [ -z "$IMAGE_TAG_NAME" ]; then
export IMAGE_TAG_NAME="$_PULL_BASE_REF-g$COMMIT_SHA"
fi
export KUBECONFIG=`pwd`/kubeconfig
export E2E_TEST_CONFIG=`pwd`/e2e-test-config