Strider-CD / strider

Open Source Continuous Integration & Deployment Server
http://strider-cd.github.io/
4.59k stars 432 forks source link

Strider Docker Slave - Clone fails with error code 128 #901

Closed tomhallam closed 8 years ago

tomhallam commented 8 years ago

Hi all,

When using the Docker Build Slave for Strider, it seems it's having trouble with my git server:

(have removed a few things for security but everything looks fine in the terminal)

$ git clone --recursive git@<removed>.com:<removed>/<removed>.git . --branch master
Cloning into '.'...
$ git checkout --quiet --force master 
fatal: Not a git repository (or any of the parent directories): .git

An unexpected error occurred while executing this job. Please report at https://github.com/Strider-CD/strider/issues

Checkout failed with code 128

Error: Checkout failed with code 128
    at badCode (/home/<removed>/strider/node_modules/strider-git/worker.js:90:11)

Can you think of why this might be?

knownasilya commented 8 years ago

Closing since this is a duplicate of https://github.com/Strider-CD/strider-docker-runner/issues/36 please post there, thanks!