From f256e1e71a53446248a2ba004005d2157ac8c1f2 Mon Sep 17 00:00:00 2001 From: Haytham AbuelFutuh Date: Thu, 2 Jul 2020 10:07:01 -0700 Subject: [PATCH] Fix endtoend on master merge (#105) --- flyteadmin/.github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flyteadmin/.github/workflows/master.yml b/flyteadmin/.github/workflows/master.yml index 6c913aa1a8..670feabeda 100644 --- a/flyteadmin/.github/workflows/master.yml +++ b/flyteadmin/.github/workflows/master.yml @@ -45,7 +45,7 @@ jobs: kubectl get pods -n kube-system echo "current-context:" $(kubectl config current-context) echo "environment-kubeconfig:" ${KUBECONFIG} - PROPELLER=${{ secrets.flytegithub_repo }}/flyteadmin:${{ github.sha }} make end2end_execute + ADMIN=${{ secrets.flytegithub_repo }}/flyteadmin:${{ github.sha }} make end2end_execute push-dockerhub: runs-on: ubuntu-latest needs: bump-version