Skip to content

Commit

Permalink
Fix checked out directory format
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Nov 14, 2024
1 parent 96687e5 commit 49c7458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_csms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
id: configure-csms
shell: bash
run: |
pushd ${{ matrix.csms }}
pushd ${{ matrix.csms }}-csms
bash ../everest-demo/${{ matrix.csms }}/apply-patches.sh
- name: Build using docker compose
Expand Down

0 comments on commit 49c7458

Please sign in to comment.