diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 15:11:20 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 15:11:20 -0500 |
commit | 57455e8eac8294d2ed2f8c1484e49a8bd345d020 (patch) | |
tree | 0077d1c15025a2e406cac9d094f6704f5a79135c | |
parent | fdb26c5f167b34470fd0dfebf8f1f5151a0ae81d (diff) | |
download | ghasandbox-57455e8eac8294d2ed2f8c1484e49a8bd345d020.tar.gz |
OK
-rw-r--r-- | .github/workflows/pipeline_deliver.yml | 15 |
1 files changed, 7 insertions, 8 deletions
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 }} |