currently if we don't know the shell we just assume posix. this adds a small test, to ensure it is and fail gracefully before doing weird stuff. ## Test Conf ```yaml skip_clone: true steps: build: image: "true" commands: - echo "building..." ```