From b7be3fc9df2b3f33f6761d799be7b9d283fc75f2 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Mon, 5 Jun 2023 15:52:51 -0400 Subject: [PATCH] Remove `RAPIDS_DOCS_DIR` to `custom-job.yaml` In hindsight, this variable isn't needed at the workflow level since the only workflow step that uses it is the last one. Therefore we can just set the variable's value in the script that's run in the last workflow step. --- .github/workflows/custom-job.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/custom-job.yaml b/.github/workflows/custom-job.yaml index efdff43b..18c08eb9 100644 --- a/.github/workflows/custom-job.yaml +++ b/.github/workflows/custom-job.yaml @@ -49,8 +49,6 @@ jobs: strategy: fail-fast: false runs-on: "linux-${{ inputs.arch }}-${{ inputs.node_type }}" - env: - RAPIDS_DOCS_DIR: /tmp/docs container: image: ${{ inputs.container_image }} env: