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