Merge "Move stackviz publish in-tree"
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
tasks:
|
||||
|
||||
- name: Rename tarball and move it to a subdir named dist as well
|
||||
# TODO(AJaeger): "-new" is for testing
|
||||
shell: |
|
||||
mkdir dist
|
||||
mv {{ zuul.project.short_name }}*.tar.gz dist/{{ zuul.project.short_name }}-latest-new.tar.gz
|
||||
mv {{ zuul.project.short_name }}*.tar.gz dist/{{ zuul.project.short_name }}-latest.tar.gz
|
||||
args:
|
||||
executable: /bin/bash
|
||||
chdir: "{{ zuul.project.src_dir }}/dist"
|
||||
|
||||
@@ -806,6 +806,8 @@
|
||||
pre-run: playbooks/javascript/pre.yaml
|
||||
run: playbooks/javascript/content.yaml
|
||||
post-run: playbooks/javascript/post-stackviz.yaml
|
||||
branches:
|
||||
- master
|
||||
vars:
|
||||
node_version: 8
|
||||
npm_command: prod
|
||||
|
||||
@@ -4065,13 +4065,6 @@
|
||||
templates:
|
||||
- publish-to-pypi
|
||||
|
||||
- project:
|
||||
name: openstack/stackviz
|
||||
periodic:
|
||||
jobs:
|
||||
- publish-openstack-stackviz-element:
|
||||
branches: master
|
||||
|
||||
- project:
|
||||
name: openstack/stevedore
|
||||
templates:
|
||||
|
||||
Reference in New Issue
Block a user