Skip to content

Commit

Permalink
Fix sqlite3 build on pipeline (microsoft#3295)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultmaster authored Jan 13, 2021
1 parent 9345723 commit b9c6539
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 929 deletions.
238 changes: 0 additions & 238 deletions deployment/deployment-pipelines.yml

This file was deleted.

5 changes: 3 additions & 2 deletions setup_ts.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def copy_nni_node(version):
package_json['version'] = version
json.dump(package_json, open('nni_node/package.json', 'w'), indent=2)

# reinstall without development dependencies
_yarn('ts/nni_manager', '--prod', '--cwd', str(Path('nni_node').resolve()))

shutil.copytree('ts/webui/build', 'nni_node/static')
Expand Down Expand Up @@ -226,9 +227,9 @@ def _symlink(target_file, link_location):

def _print(*args):
if sys.platform == 'win32':
print(*args)
print(*args, flush=True)
else:
print('\033[1;36m#', *args, '\033[0m')
print('\033[1;36m#', *args, '\033[0m', flush=True)


generated_files = [
Expand Down
69 changes: 0 additions & 69 deletions test/pipelines/pipelines-it-frameworkcontroller.yml

This file was deleted.

41 changes: 0 additions & 41 deletions test/pipelines/pipelines-it-installation.yml

This file was deleted.

Loading

0 comments on commit b9c6539

Please sign in to comment.