You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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)
Can you think of why this might be?
The text was updated successfully, but these errors were encountered: