Skip to content

Commit b31faf0

Browse files
author
Myron van Velsen
committed
Update .gitlab-ci.yml file
1 parent 6ab8388 commit b31faf0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ image: node:18-bullseye
33
stages:
44
- mirror
55

6+
variables:
7+
GIT_DEPTH: 0
8+
GIT_TRACE: 1
9+
610
mirror_to_github:
711
stage: mirror
812
only:
@@ -15,11 +19,10 @@ mirror_to_github:
1519
- git config --global user.name "developer-elgentos"
1620
- git config --global user.email "[email protected]"
1721
script:
18-
- export GIT_TRACE=1
19-
- git remote add github [email protected]:elgentos/magento2-playwright.git
20-
- git fetch github main
2122
- git fetch origin main
2223
- git checkout -B main origin/main
24+
- git remote add github [email protected]:elgentos/magento2-playwright.git
25+
- git fetch github main
2326
- git push github main:gitlab-main
2427

2528
test_mirror_pipeline:

0 commit comments

Comments
 (0)