Skip to content

Commit

Permalink
update github fetch branch version
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Dec 3, 2021
1 parent 89228b6 commit 458343a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions roles/compile/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ git_src: [email protected]:qlangtech/tis.git
app_local_dir_name: "{{tis_release_dir_name}}"
src_dir: "{{src_root}}/{{app_local_dir_name}}"
#tisasm_put_mojo: "solr-webapp tis-assemble tis-collection-info-collect tis-console tis-index-builder tis-scala-compiler-dependencies tis-web-start tis-realtime-base"
git_branch: "v{{tis_pkg_version}}"
#git_branch: "master"
#git_branch: "v{{tis_pkg_version}}"
git_branch: "master"
target_file_pattern: .*\.(tar\.gz)$
exec_deploy: True

Expand Down
2 changes: 1 addition & 1 deletion roles/ng-tis/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ng_tis_git_src: "https://github.com/qlangtech/ng-tis.git"
ng_tis_git_src: "[email protected]:qlangtech/ng-tis.git"
ng_tis_src_dir: "{{src_root}}/{{ng_tis_app_name}}"
ng_tis_git_branch: v3.1.0
ng_tis_git_branch: "master"

name_ng_tis_node_modules_tar: "tis-console-ng-node-modules.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tis_release_dir: '/tmp/release'
#tis_release_dir: '/Users/mozhenghua/j2ee_solution/project/tis-saturn2'
#tis_release_dir: '/Users/mozhenghua/Downloads'
release_repository: http://tis-release.oss-cn-beijing.aliyuncs.com
tis_pkg_version: 3.1.0
tis_pkg_version: 3.2.0

need_install_tis_collect: true;
ng_tis_app_name: ng-tis
Expand Down

0 comments on commit 458343a

Please sign in to comment.