Skip to content

Commit e3d32f7

Browse files
author
Nicholas M. Iodice
authored
Fix dev container build (#307)
* Updating vendored files * Fixing dev container build steps
1 parent 70071a3 commit e3d32f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+10081
-7223
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ RUN \
4747
&& rm -rf /go/src/ && rm -rf /go/pkg
4848

4949
# Install AzDO terraform provider
50-
RUN git clone https://github.com/microsoft/terraform-provider-azuredevops.git \
51-
&& (cd ${TERRAFORM_PROVIDER_AZUREDEVOPS_NAME} && make build) \
50+
ADD . ${TERRAFORM_PROVIDER_AZUREDEVOPS_NAME}
51+
RUN (cd ${TERRAFORM_PROVIDER_AZUREDEVOPS_NAME} && make build) \
5252
&& rm -rf ${TERRAFORM_PROVIDER_AZUREDEVOPS_NAME}
5353

5454
# Git command prompt

vendor/github.com/apparentlymart/go-textseg/textseg/make_tables.go

Lines changed: 0 additions & 307 deletions
This file was deleted.

0 commit comments

Comments
 (0)