Skip to content
Snippets Groups Projects
Commit 56f9ed34 authored by Eric Timmons's avatar Eric Timmons
Browse files

Just don't bother making cache directory on Windows

parent b6363bcf
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,6 @@ Fixup manifest:
PARENT_IMAGES: "openjdk:15-windowsservercore-1809;openjdk:11-windowsservercore-1809;openjdk:8-windowsservercore-1809;openjdk:15-windowsservercore-ltsc2016;openjdk:11-windowsservercore-ltsc2016;openjdk:8-windowsservercore-ltsc2016"
script:
- docker info
- New-Item cache -ItemType Directory -ea 0
- cp "build/$CI_PROJECT_NAME" "$CI_PROJECT_NAME"
# Make the user specify the parent images. I don't feel like figuring out
# how to automatically figure them out using powershell.
......@@ -167,7 +166,6 @@ Bashbrew build - winamd64:
BASHBREW_ARCH: windows-amd64
script:
- docker info
- New-Item cache -ItemType Directory -ea 0
- bashbrew --namespace=$CANONICAL_NAMESPACE$ARCH push $REPO
cache:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment