Skip to content

Commit 2a07080

Browse files
feanilkdmccormick
andauthored
build: Drop an unused Dockerfile (#36161)
* build: Drop an unused Dockerfile We never cleaned up the docker file we were using for custom github runners when we switched to standard runners. This cleans that up and removes another Docker mention that is out of date. Co-authored-by: Kyle McCormick <[email protected]>
1 parent da0d365 commit 2a07080

File tree

2 files changed

+1
-63
lines changed

2 files changed

+1
-63
lines changed

scripts/ci-runner.Dockerfile

-62
This file was deleted.

scripts/compile_sass.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def compile_sass_dir(
188188
Eventually, we may eschew libsass-python altogether by switching to [email protected], a direct CLI for [email protected].
189189
(ref: https://github.com/sass/sassc). This would be nice because it would allow us to remove Python from the
190190
Sass build pipeline entirely. However, it would mean explicitly compiling & installing both libsass and SassC
191-
within the edx-platform Dockerfile, which has its own drawbacks.
191+
within the edx-platform build environment, which has its own drawbacks.
192192
"""
193193
# Constants from libsass-python
194194
SASS_STYLE_NESTED = 0

0 commit comments

Comments
 (0)