Skip to content

Commit

Permalink
skip 'Generate product manifest' step
Browse files Browse the repository at this point in the history
  • Loading branch information
v-Golubev committed Jan 22, 2025
1 parent 6098680 commit 4b028e0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/job_build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,17 @@ jobs:
submodules: 'true'
ref: ${{ env.TARGET_BRANCH }}

- name: Generate product manifest and set CI_BUILD_NUMBER & CI_BUILD_DEV_TAG
id: create_manifest
uses: ./openvino/.github/actions/create_manifest
with:
repos: |
${{ env.OPENVINO_REPO }}
${{ env.OPENVINO_CONTRIB_REPO }}
product_type: ${{ env.PRODUCT_TYPE }}
target_arch: ${{ inputs.arch }}
build_type: 'debug'
save_to: ${{ env.MANIFEST_PATH }}
# - name: Generate product manifest and set CI_BUILD_NUMBER & CI_BUILD_DEV_TAG
# id: create_manifest
# uses: ./openvino/.github/actions/create_manifest
# with:
# repos: |
# ${{ env.OPENVINO_REPO }}
# ${{ env.OPENVINO_CONTRIB_REPO }}
# product_type: ${{ env.PRODUCT_TYPE }}
# target_arch: ${{ inputs.arch }}
# build_type: 'debug'
# save_to: ${{ env.MANIFEST_PATH }}

#
# Print system info
Expand Down

0 comments on commit 4b028e0

Please sign in to comment.