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

Commit

Permalink
fixing issue with missing cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Storey committed Feb 14, 2020
1 parent 11452e3 commit 87d2d8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
displayName: Load cached devcontainer image
- script: |
# Create dockercache directory
mkdir -p ./.dockercache/
# Copy the makefile into the container folder
cp ./Makefile ./.devcontainer/Makefile
Expand Down

0 comments on commit 87d2d8c

Please sign in to comment.