kurtosis-tech / kurtosis-testsuite-starter-pack

The Unlicense
1 stars 1 forks source link

Bootstrapping script fails on git add #36

Closed galenmarchetti closed 3 years ago

galenmarchetti commented 3 years ago

Running the bootstrap script parameterized for golang, I get:

➜  kurtosis-libs git:(master) bash bootstrap/bootstrap.sh golang ../chainlink-testing
Name for Docker image that will be built to contain testsuite (must match regex [a-z0-9._/-]+): kurtosistech/chainlink-testsuite
Name for the Go module that will contain your testsuite project (e.g. github.com/my-org/my-repo): github.com/kurtosistech/chainlink-testing
go: finding github.com/kurtosis-tech/kurtosis-libs latest
go: finding github.com/kurtosis-tech/kurtosis-libs/golang latest
Initialized empty Git repository in <path>/chainlink-testing/.git/
fatal: ../chainlink-testing: '../chainlink-testing' is outside repository at '<path>/chainlink-testing'
Error: Could not stage files in new repo for committing

I can manually cd into the directory and finish the git steps...not clear to me why this script is erroring here

mieubrisse commented 3 years ago

@galenmarchetti is that a direct copy-paste? Or is <path> you swapping out your machine's full path?

galenmarchetti commented 3 years ago

I swapped out my machine's full path just because the path name contains some custom stuff that I didn't want to be publicly posting

mieubrisse commented 3 years ago

Fixed now