We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c69cfa commit 8534cf8Copy full SHA for 8534cf8
runNose.py
@@ -90,8 +90,10 @@ def get_repos():
90
local_folder=os.path.join(SUT_FOLDER, 'template-hello-world'), branch=BRANCH)
91
Git.clone_repo(repo_url='git@github.com:NativeScript/template-hello-world-ts.git',
92
local_folder=os.path.join(SUT_FOLDER, 'template-hello-world-ts'), branch=BRANCH)
93
+
94
+ # `nativescript-angular` do not longer use release branch
95
Git.clone_repo(repo_url='git@github.com:NativeScript/template-hello-world-ng.git',
- 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')
97
98
Npm.pack(folder=os.path.join(SUT_FOLDER, 'template-hello-world'),
99
output_file=os.path.join(SUT_FOLDER, 'tns-template-hello-world.tgz'))
0 commit comments