Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Commit

Permalink
v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
DeviaVir committed Mar 15, 2019
1 parent 8e1ed05 commit f97ce8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GOVERSION := 1.11
PROJECT := github.com/DeviaVir/terraform-provider-gsuite
OWNER := $(notdir $(patsubst %/,%,$(dir $(PROJECT))))
NAME := $(notdir $(PROJECT))
VERSION := 0.1.14
VERSION := 0.1.15
EXTERNAL_TOOLS = \
github.com/golang/dep/cmd/dep

Expand Down Expand Up @@ -61,6 +61,7 @@ define make-xc-target
--dns 1.0.0.1 \
--dns 8.8.8.8 \
--dns 8.4.4.8 \
--user 1000 \
--rm \
--volume="${CURRENT_DIR}:/go/src/${PROJECT}" \
--workdir="/go/src/${PROJECT}" \
Expand Down

0 comments on commit f97ce8c

Please sign in to comment.