From 57455e8eac8294d2ed2f8c1484e49a8bd345d020 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 15 Jan 2025 15:11:20 -0500 Subject: OK --- .github/workflows/pipeline_deliver.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/pipeline_deliver.yml b/.github/workflows/pipeline_deliver.yml index 58c0231..4865a90 100644 --- a/.github/workflows/pipeline_deliver.yml +++ b/.github/workflows/pipeline_deliver.yml @@ -45,15 +45,14 @@ jobs: deliver: name: Deliver runs-on: ubuntu-latest + uses: ./.github/workflows/stasis_indexer.yml + with: + artifactory_repo: ${{ inputs.artifactory_repo }} + mission: ${{ inputs.mission }} + build_name: ${{ inputs.build_name }} + destination: ${{ inputs.destination }} + stasis_indexer_args: ${{ inputs.stasis_indexer_args }} steps: - name: Checkout uses: actions/checkout@v4 - - name: Index - uses: ./.github/workflows/stasis_indexer.yml - with: - artifactory_repo: ${{ inputs.artifactory_repo }} - mission: ${{ inputs.mission }} - build_name: ${{ inputs.build_name }} - destination: ${{ inputs.destination }} - stasis_indexer_args: ${{ inputs.stasis_indexer_args }} -- cgit