diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f381b790..2c92137c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - name: Install dependencies run: | - cat airflow_variables_dev.json | sed -e s/\\/home\\/airflow\\/gcs\\/dags\\/// > airflow_variables_ci.json + cat airflow_variables_${{ inputs.envName }}".json | sed -e s/\\/home\\/airflow\\/gcs\\/dags\\/// > airflow_variables_ci.json python -m pip install --upgrade pip pip install -r requirements-ci.txt