Skip to content

Commit 58cd17b

Browse files
authored
Merge pull request #2144 from rust-lang/senekor/lvtwlysptlou
Remove unused docker setup
2 parents 4eea257 + b6e33db commit 58cd17b

File tree

3 files changed

+0
-62
lines changed

3 files changed

+0
-62
lines changed

.dockerignore

-2
This file was deleted.

.github/workflows/main.yml

-4
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ jobs:
1818
- name: Test
1919
run: |
2020
set -euo pipefail
21-
IFS=$'\n\t'
2221
# Check if the code is good
2322
cargo build --all --locked
2423
cargo clippy -- --deny warnings
2524
cargo test --all --locked
26-
27-
- name: Build the Docker image
28-
run: docker build -t website .

Dockerfile

-56
This file was deleted.

0 commit comments

Comments
 (0)