Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit dc332bb

Browse files
committed
add git during build
1 parent 5718b4d commit dc332bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ deploy:
1616
tags:
1717
- node
1818
script:
19+
- apk add --no-cache git
1920
- git config --global user.email "[email protected]"
2021
- git config --global user.name "Jinming Wu, Patrick"
2122
- git clone --depth 1 https://oauth2:[email protected]/wslu/website.git website

0 commit comments

Comments
 (0)