Skip to content

Commit

Permalink
Fix endtoend on master merge (flyteorg#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
EngHabu authored Jul 2, 2020
1 parent 3de2785 commit e6addd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6addd4

Please sign in to comment.