Skip to content

Commit 72847c6

Browse files
committed
fix(fixture): fix fetching repository for gitlab integration test
1 parent e74080c commit 72847c6

File tree

1 file changed

+2
-3
lines changed
  • .github/fixtures/test-gitlab-integration

1 file changed

+2
-3
lines changed

.github/fixtures/test-gitlab-integration/commit.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
set -e
33

44
git remote add origin https://gitlab.com/dark0dave/dotfiles
5-
git pull origin main
6-
git fetch --tags
7-
git checkout 3c048a1
5+
git fetch
6+
git checkout 3c048a1b6a32e6d1076581225b06dd41ee5a02ff

0 commit comments

Comments
 (0)