Skip to content

Commit b8342e1

Browse files
committed
ci: rename configs to .bash
Avoids locale linting error and indicates that the config files must use bash, not some other variant of shell script.
1 parent 401e0ce commit b8342e1

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

ci/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ All CI is just bash and nix.
1616
To run jobs locally:
1717

1818
```bash
19-
CI_CONFIG=ci/configs/default.sh ci/scripts/run.sh
20-
CI_CONFIG=ci/configs/llvm.sh ci/scripts/run.sh
21-
CI_CONFIG=ci/configs/gnu32.sh ci/scripts/run.sh
19+
CI_CONFIG=ci/configs/default.bash ci/scripts/run.sh
20+
CI_CONFIG=ci/configs/llvm.bash ci/scripts/run.sh
21+
CI_CONFIG=ci/configs/gnu32.bash ci/scripts/run.sh
2222
```
2323

2424
By default CI jobs will reuse their build directories. `CI_CLEAN=1` can be specified to delete them before running instead.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)