Skip to content

Commit

Permalink
feat: genie pwd set
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanveer143s authored Sep 22, 2023
1 parent e5d850c commit 8623f4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/toc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ mkdir -p new-workflow
cd .. && rsync -av --progress workspace/. /github/workspace/new-workflow --exclude new-workflow && cd /github/workspace/new-workflow
cd .. && cd .. && cd ..
git clone https://$1@github.com/clouddrove/genie.git
cd genie
pwd && ls -la
cd /github/workspace/new-workflow
pwd && ls -la
make toc/deps
make toc include_modules="$MODULES"
git add .
Expand Down

0 comments on commit 8623f4b

Please sign in to comment.