diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-07 13:04:05 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-07 13:04:05 +0200 |
commit | c7d7d1e207babcf1d33b305811556687b0a85dd5 (patch) | |
tree | 5b6b46c3c1cb1d0099ac78b4ce69655f68a7e6fe /test/test.env | |
parent | 6e7365a8c47c89eaab93c73e4a0b4ce4e69d0cb1 (diff) |
The test setup clones a repository instead of assuming there is content in .git
Diffstat (limited to 'test/test.env')
-rw-r--r-- | test/test.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.env b/test/test.env index 4ff13ac..2742aac 100644 --- a/test/test.env +++ b/test/test.env @@ -1,5 +1,6 @@ BASE_DIR=git AVAIL_REPO=githermit.git +AVAIL_REPO_URL=https://gitlab.com/HampusMat/githermit.git UNAVAIL_REPO=angular AVAIL_OBJECT=16778756fb25808a1311403590cd7d36fbbeee6c UNAVAIL_OBJECT=601747563bff808a1d12403690cd7d36fbbeafcc |