From ef614ba5b0197eb4c12d3a009d9e8ede65805844 Mon Sep 17 00:00:00 2001 From: Kartik Verma <3920286+vkartik97@users.noreply.github.com> Date: Thu, 4 Oct 2018 22:22:26 +0530 Subject: [PATCH] Solving pushd: not found while running Integration Tests in Ubuntu 18.04LTS --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8d20c2b03..6c27d71ab 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) VERSION_PACKAGE = $(REPOPATH/pkg/version) +SHELL := /bin/bash GOOS ?= $(shell go env GOOS) GOARCH = amd64 ORG := github.com/GoogleContainerTools