Skip to content

Commit

Permalink
fix environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Dec 22, 2023
1 parent 2d96fd6 commit fe14d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ jobs:
- name: Copy files to Infra Repo
run: |
if $is_pre_release; then
rm -rf infrastructure/gitops/environments/pre-release/.
rm -rf infrastructure/gitops/environments/pre_release/.
cp -R packages/grid/helm/syft/. infrastructure/gitops/environments/pre_release/
else
rm -rf infrastructure/gitops/environments/stable/.
Expand Down

0 comments on commit fe14d13

Please sign in to comment.