Skip to content

Commit 03faa0b

Browse files
Also echo output to build log (CQ-1519)
1 parent 39f28f8 commit 03faa0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-conquest-python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on: # yamllint disable-line rule:truthy
99
default: false
1010
type: boolean
1111
platforms:
12-
description: 'Platform to build for, eg. '
12+
description: 'Platform to build for'
13+
type: choice
1314
options:
1415
- 'rocky8'
1516
- 'ubuntu'
@@ -94,6 +95,7 @@ jobs:
9495
archive_path=$(echo $output | awk '{print $NF}')
9596
echo "archive_filename=$archive_filename" >> $GITHUB_ENV
9697
echo "archive_path=$archive_path" >> $GITHUB_ENV
98+
echo $output
9799
98100
- name: Store conquest python as build artifact
99101
if: ${{ !inputs.artifactory-push }}

0 commit comments

Comments
 (0)