Skip to content

Commit

Permalink
cleanup: remove reference to app-setup-solr.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nickumia-reisys authored and FuhuXia committed Aug 22, 2022
1 parent 96c5afa commit 3aaf6d8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: prep applications
run: |
./app-setup-eks.sh
./app-setup-solr.sh
./app-setup-solrcloud.sh
./app-setup-smtp.sh
- name: terraform apply (staging)
Expand Down Expand Up @@ -89,7 +88,6 @@ jobs:
- name: prep applications
run: |
./app-setup-eks.sh
./app-setup-solr.sh
./app-setup-solrcloud.sh
./app-setup-smtp.sh
- name: terraform apply (production)
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
- name: prep applications
run: |
./app-setup-eks.sh
./app-setup-solr.sh
./app-setup-solrcloud.sh
./app-setup-smtp.sh
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- name: prep applications
run: |
./app-setup-eks.sh
./app-setup-solr.sh
./app-setup-solrcloud.sh
./app-setup-smtp.sh
- name: terraform plan (staging)
Expand Down Expand Up @@ -77,7 +76,6 @@ jobs:
- name: prep applications
run: |
./app-setup-eks.sh
./app-setup-solr.sh
./app-setup-solrcloud.sh
./app-setup-smtp.sh
- name: terraform plan (production)
Expand Down

0 comments on commit 3aaf6d8

Please sign in to comment.