refactor(test): remove outdated comments regarding bash and busybox compatibility
This commit is contained in:
parent
1fc855711b
commit
d0629d2e28
@ -10,9 +10,6 @@ import {
|
|||||||
type TerraformState,
|
type TerraformState,
|
||||||
} from "~test";
|
} from "~test";
|
||||||
|
|
||||||
// The clone script uses bash arrays, which busybox `sh` (alpine's default
|
|
||||||
// shell) cannot parse. Install bash in the container, then run the script
|
|
||||||
// with bash. The optional `before` setup step still runs with `sh`.
|
|
||||||
const executeScriptInContainer = async (
|
const executeScriptInContainer = async (
|
||||||
state: TerraformState,
|
state: TerraformState,
|
||||||
image: string,
|
image: string,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user