Skip to content

Commit

Permalink
feat: OBS-392 - server release CI - tidy up output
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <[email protected]>
  • Loading branch information
mfiedorowicz committed Feb 14, 2024
1 parent 656a355 commit 1ef5f3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/generate_changed_servers_matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,4 @@ done

matrix_json+="]}"

echo "matrix_json=$matrix_json"
echo "matrix=$matrix_json" >> $GITHUB_OUTPUT
1 change: 0 additions & 1 deletion .github/workflows/server-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ jobs:
run: .github/workflows/generate_changed_servers_matrix.sh "${{ steps.get-changed-dirs.outputs.changed-dirs }}"
- name: Echo test
run: |
echo "changed-dirs: ${{ steps.get-changed-dirs.outputs.changed-dirs }}"
echo "matrix: ${{ steps.generate-matrix.outputs.matrix }}"

0 comments on commit 1ef5f3c

Please sign in to comment.