Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Use consistent dev container path
Browse files Browse the repository at this point in the history
  • Loading branch information
EliiseS committed Mar 4, 2020
1 parent 956bafe commit 6749754
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@ jobs:
# Create dockercache directory
mkdir -p ./.dockercache/
# Copy the makefile into the container folder
cp ./Makefile ./.devcontainer/Makefile
echo "-------> Building devcontainer"
docker build --cache-from devcontainer:latest -t devcontainer -f ./.devcontainer/Dockerfile ./.devcontainer
docker build --cache-from devcontainer:latest -t devcontainer -f ./.devcontainer/Dockerfile .
# Create a directory for go mod cache
mkdir -p $(System.DefaultWorkingDirectory)/.gocache
Expand Down

0 comments on commit 6749754

Please sign in to comment.