Skip to content

Commit

Permalink
Revert test
Browse files Browse the repository at this point in the history
testing environment variable
  • Loading branch information
p-galligan committed Feb 28, 2024
1 parent 88438a3 commit 0045609
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,17 @@ jobs:
environment:
name: development

env:
ROOT_DIR = ${{ vars.ROOT_DIR }}

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Clone deploy scripts if not present
run: |
if [ ! -d deploy_scripts ]; then
git clone --branch github-actions https://github.com/RockefellerArchiveCenter/deploy_scripts.git;
git clone https://github.com/RockefellerArchiveCenter/deploy_scripts.git;
fi
- name: Substitute environment variables
Expand Down

0 comments on commit 0045609

Please sign in to comment.