Skip to content

Commit 73ae462

Browse files
committed
Rename dev/container -> dev/image
1 parent 3d4d00e commit 73ae462

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

.ignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lib

ci/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)
4040

4141
This directory contains scripts used for the development of code-server.
4242

43-
- [./ci/dev/container](./dev/container)
43+
- [./ci/dev/image](./dev/image)
4444
- See [./doc/CONTRIBUTING.md](../doc/CONTRIBUTING.md) for docs on the development container.
4545
- [./ci/dev/fmt.sh](./dev/fmt.sh) (`yarn fmt`)
4646
- Runs formatters.
File renamed without changes.

ci/dev/container/exec.sh renamed to ci/dev/image/exec.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ run() {
4242

4343
build() {
4444
echo "--- Building $container_name"
45-
docker build -t $container_name ./ci/dev/container > /dev/null
45+
docker build -t $container_name ./ci/dev/image > /dev/null
4646
}
4747

4848
main "$@"

doc/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ yarn watch
3535
To develop inside of an isolated docker container:
3636

3737
```shell
38-
./ci/dev/container/exec.sh
38+
./ci/dev/image/exec.sh
3939

4040
root@12345:/code-server# yarn
4141
root@12345:/code-server# yarn vscode

0 commit comments

Comments
 (0)