Solving pushd: not found while running Integration Tests in Ubuntu 18.04LTS

This commit is contained in:
Kartik Verma 2018-10-04 22:22:26 +05:30
parent 5fd11cc314
commit ef614ba5b0
No known key found for this signature in database
GPG Key ID: 85105D63569707BE
1 changed files with 1 additions and 0 deletions

View File

@ -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