Skip to content

Commit

Permalink
fix(fixture): fix fetching repository for gitlab integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 22, 2024
1 parent e74080c commit 72847c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/fixtures/test-gitlab-integration/commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
set -e

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

0 comments on commit 72847c6

Please sign in to comment.