summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorxuzhang3 <57888764+xuzhang3@users.noreply.github.com>2020-04-14 22:18:12 +0800
committerGitHub <noreply@github.com>2020-04-14 09:18:12 -0500
commitc31ecb0da735c33bffd137203df0f13d7dc2de13 (patch)
treebfcdeba296087211a0fd834883761c757c62a254 /.devcontainer
parente753f7b70e63d74e7c1639140e53f78cd4a7e7af (diff)
Update .sh file execution permission (#265)
* Update .sh file execution permission * Script update * Remove chomd operation
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 375a9e77..314867a6 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -48,7 +48,7 @@ RUN \
# Install AzDO terraform provider
RUN git clone https://github.com/microsoft/terraform-provider-azuredevops.git \
- && (cd ${TERRAFORM_PROVIDER_AZUREDEVOPS_NAME} && chmod +x scripts/gofmtcheck.sh && make build) \
+ && (cd ${TERRAFORM_PROVIDER_AZUREDEVOPS_NAME} && make build) \
&& rm -rf ${TERRAFORM_PROVIDER_AZUREDEVOPS_NAME}
# Git command prompt