From 50d3850b918203cd6c8b588cbd9e2eafb9611c42 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Mon, 5 Jun 2023 17:46:08 -0400 Subject: [PATCH] Remove `RAPIDS_DOCS_DIR` from `custom-job.yaml` (#107) 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: