瀏覽代碼

Add "apk add git" to GitLab CI.

Go 1.18 will now look for Git to obtain build info.
Qi Xiao 2 年之前
父節點
當前提交
7a806b7ea2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -5,6 +5,7 @@ variables:
 
 before_script:
   - go version
+  - apk add git
 
 test:
   script: