Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Build issue : docker-compose: command not found #677

Closed
authorjapps opened this issue Aug 31, 2024 · 0 comments · Fixed by #678
Closed

CI Build issue : docker-compose: command not found #677

authorjapps opened this issue Aug 31, 2024 · 0 comments · Fixed by #678

Comments

@authorjapps
Copy link
Owner

Problem:

The CI build is getting stuck here and not going to next step.
image

Error:

0s
Run docker-compose -f docker/compose/kafka-schema-registry.yml up -d && sleep [1](https://github.com/authorjapps/zerocode/actions/runs/10628056783/job/29507790541#step:4:1)0
  docker-compose -f docker/compose/kafka-schema-registry.yml up -d && sleep 10
  shell: /usr/bin/bash -e {0}
  env:
    JAVA_HOME: /opt/hostedtoolcache/Java_Adopt_jdk/8.0.4[2]

(https://github.com/authorjapps/zerocode/actions/runs/10628056783/job/29507790541#step:4:2)2-5/x64
    JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Adopt_jdk/8.0.422-5/x64
/home/runner/work/_temp/5c944ddd-a9c0-46eb-b8a1-[3](https://github.com/authorjapps/zerocode/actions/runs/10628056783/job/29507790541#step:4:3)d9f4141c902.sh: 
line 1: docker-compose: command not found
Error: Process completed with exit code 127.

Example (stuck builds):
https://github.com/authorjapps/zerocode/actions/runs/10628056783/job/29507790541

Also, see this tab:
https://github.com/authorjapps/zerocode/actions


GitHub Action Workflow Used:

Here:
https://github.com/authorjapps/zerocode/blob/master/.github/workflows/main.yml

Check why this started failing only recently ?
Do any updates if required in the Actions script above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant