Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
Signed-off-by: GunaKKIBM <92353386+GunaKKIBM@users.noreply.github.com>
  • Loading branch information
GunaKKIBM authored Sep 1, 2024
1 parent 437af6b commit 9acca74
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ jobs:
run: echo $HOME
shell: bash
- name: move to home
run: cd $HOME
shell: bash
- name: clone
run: git clone https://github.com/sudeeshjohn/ceph.git
shell: bash
- name: inside ceph
run: cd ceph
shell: bash
- name: run script
run: ./do_cmake.sh -DCMAKE_BUILD_TYPE=RelWithDebInfo
run: |
cd $HOME
echo $pwd
git clone https://github.com/sudeeshjohn/ceph.git
cd ceph
ls
./do_cmake.sh -DCMAKE_BUILD_TYPE=RelWithDebInfo
shell: bash
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 9acca74

Please sign in to comment.