Merge branch 'publish-test' of github.com:cerc-io/stack-orchestrator into publish-test
This commit is contained in:
commit
c5a42b7ddf
@ -37,6 +37,8 @@ jobs:
|
|||||||
result_code=$?
|
result_code=$?
|
||||||
echo "package-file=$(ls ./package/*)" >> $GITHUB_OUTPUT
|
echo "package-file=$(ls ./package/*)" >> $GITHUB_OUTPUT
|
||||||
exit $result_code
|
exit $result_code
|
||||||
|
- name: "Test things"
|
||||||
|
run: echo "Build tag is: ${{ steps.build-info.outputs.build-tag }}"
|
||||||
- name: "Stage artifact file"
|
- name: "Stage artifact file"
|
||||||
run: |
|
run: |
|
||||||
cp ${{ steps.build.outputs.package-file }} ./laconic-so
|
cp ${{ steps.build.outputs.package-file }} ./laconic-so
|
||||||
|
Loading…
Reference in New Issue
Block a user