Skip to content

Commit 4016ff7

Browse files
committed
Fix circle ci build issues
We are getting errors on circle ci builds (e.g. see [1]): ``` CircleCI was unable to run the job runner because we were unable to execute commands in build container. This typically means that the build container entrypoint or command is terminating the container prematurely, or interfering with executed commands. Consider clearing entrypoint/command values and try again. ``` Folks in this thread [2] suggest removing the `command: /sbin/init` line initially added by the v1 => v2 migration script. --- 1: https://circleci.com/gh/zsh-users/zsh-autosuggestions/381 2: https://discuss.circleci.com/t/circleci-was-unable-to-run-the-job-runner/31894/18
1 parent 43f3bc4 commit 4016ff7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ jobs:
55
shell: /bin/bash --login
66
docker:
77
- image: ericfreese/zsh-autosuggestions-test:latest
8-
command: /sbin/init
98
steps:
109
- checkout
1110
- run:

0 commit comments

Comments
 (0)