Skip to content

Commit 513cdf6

Browse files
authored
Change git source URL to use env variables
Updated the source git URL to use environment variables for authentication.
1 parent 189e089 commit 513cdf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipe_rest_reg/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package:
55
version: "2026.1.0.3"
66

77
source:
8-
- git: https://gitee.com/restgroup/rest_regression.git
8+
- git: https://{{ env.get("GITEE_USER") }}:{{ env.get("GITEE_TOKEN") }}@gitee.com/restgroup/rest_regression.git
99
#- git: https://gitee.com/canarias/rest_regression.git
1010
rev: 7cdfead22304fdbaa3a6436d90dfc0b07a4a13c6
1111
#branch: thread-option

0 commit comments

Comments
 (0)