Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
1daca9bf
Commit
1daca9bf
authored
Feb 18, 2021
by
Eric Timmons
Browse files
Ugh, core.autocrlf
Seriously, core.autocrlf is the worst. And why doe it default to true in gitlab ci????
parent
c0660be0
Pipeline
#2922
failed with stage
in 14 minutes and 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1daca9bf
...
...
@@ -86,5 +86,13 @@ dynamic-exec:macos:amd64:
dynamic-exec:windows:amd64:
extends
:
.dynamic-exec
image
:
$DOCKER_HUB_CI_REPO:$SBCL_VERSION-windowsservercore
variables
:
GIT_STRATEGY
:
clone
GIT_SUBMODULE_STRATEGY
:
none
GIT_CHECKOUT
:
"
false"
before_script
:
-
git checkout -B $CI_COMMIT_BRANCH $CI_COMMIT_SHA
-
git submodule init
-
git submodule update
tags
:
-
windows-amd64
docker/Dockerfile.windows-ci
View file @
1daca9bf
...
...
@@ -63,4 +63,4 @@ RUN echo 'Building SBCL'; \
Remove-Item -Force -Path C:\sbcl-installer.msi;
RUN echo 'Installing git'; \
choco install -y git;
choco install -y git
--params "/NoAutoCrlf"
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment