Skip to content

Commit 8534cf8

Browse files
committed
Always get template-hello-world-ng from master
1 parent 0c69cfa commit 8534cf8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

runNose.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ def get_repos():
9090
local_folder=os.path.join(SUT_FOLDER, 'template-hello-world'), branch=BRANCH)
9191
Git.clone_repo(repo_url='[email protected]:NativeScript/template-hello-world-ts.git',
9292
local_folder=os.path.join(SUT_FOLDER, 'template-hello-world-ts'), branch=BRANCH)
93+
94+
# `nativescript-angular` do not longer use release branch
9395
Git.clone_repo(repo_url='[email protected]:NativeScript/template-hello-world-ng.git',
94-
local_folder=os.path.join(SUT_FOLDER, 'template-hello-world-ng'), branch=BRANCH)
96+
local_folder=os.path.join(SUT_FOLDER, 'template-hello-world-ng'), branch='master')
9597

9698
Npm.pack(folder=os.path.join(SUT_FOLDER, 'template-hello-world'),
9799
output_file=os.path.join(SUT_FOLDER, 'tns-template-hello-world.tgz'))

0 commit comments

Comments
 (0)