forked from cerc-io/stack-orchestrator
Add call to build tag script
This commit is contained in:
parent
a16b1cd073
commit
440b146e80
@ -21,6 +21,8 @@ jobs:
|
|||||||
run: python3 --version
|
run: python3 --version
|
||||||
- name: "Install shiv"
|
- name: "Install shiv"
|
||||||
run: pip install shiv
|
run: pip install shiv
|
||||||
|
- name: "Generate build version file"
|
||||||
|
run: ./scripts/create_build_tag_file.sh
|
||||||
- name: "Build local shiv package"
|
- name: "Build local shiv package"
|
||||||
run: ./scripts/build_shiv_package.sh
|
run: ./scripts/build_shiv_package.sh
|
||||||
- name: "Run smoke tests"
|
- name: "Run smoke tests"
|
||||||
|
Loading…
Reference in New Issue
Block a user