diff options
author | Hampus <hampus@hampusmat.com> | 2021-10-01 23:21:51 +0200 |
---|---|---|
committer | Hampus <hampus@hampusmat.com> | 2021-10-01 23:21:51 +0200 |
commit | 3b8bca50c1a8494fdd0d411b8492a74f9ca6a0a5 (patch) | |
tree | b814b31a32ed85a27f319328b2b53ec7d7c17bac /test | |
parent | b5be5c01ee0c38d55b31f07ad4e4b627072c9c04 (diff) |
fix: remove Gitlab specific things
Diffstat (limited to 'test')
-rw-r--r-- | test/test.env | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.env b/test/test.env index 98c7588..901af99 100644 --- a/test/test.env +++ b/test/test.env @@ -1,8 +1,8 @@ GIT_DIR=/tmp/githermit_test AVAIL_REPO=githermit.git -AVAIL_REPO_URL=https://gitlab.com/HampusMat/githermit.git +AVAIL_REPO_URL=https://github.com/HampusMat/Githermit.git UNAVAIL_REPO=angular AVAIL_OBJECT=16778756fb25808a1311403590cd7d36fbbeee6c UNAVAIL_OBJECT=601747563bff808a1d12403690cd7d36fbbeafcc AVAIL_COMMIT=d546492f4fd400ae61a6abbe1905fdbc67451c4d -UNAVAIL_COMMIT=a546392f4fd440ae61a6afec1d25fdbc67251e2b
\ No newline at end of file +UNAVAIL_COMMIT=a546392f4fd440ae61a6afec1d25fdbc67251e2b |