Skip to content

Commit

Permalink
Restore deps script
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Oct 11, 2024
1 parent e8a4323 commit 681a8b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/cyf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ ROOT="$HERE/.."
git branch -D "$BRANCH" || echo "No branch $BRANCH"
git checkout -b "$BRANCH"

rm "$ROOT/.github/workflows/"*.yml

mv "$HERE/files/PULL_REQUEST_TEMPLATE.md" "$ROOT/.github/"
mv "$HERE/files/push.yml" "$ROOT/.github/workflows/"
mv "$HERE/files/README.md" "$ROOT"
mv "$HERE/files/render.yaml" "$ROOT"
mv "$HERE/files/user-story.md" "$ROOT/.github/ISSUE_TEMPLATE/"

rm "$ROOT/.github/workflows/keepalive.yml"
rm "$ROOT/.github/CODE_OF_CONDUCT.md"
rm "$ROOT/.github/CONTRIBUTING.md"
rm "$HERE/cyf.sh"
Expand Down

0 comments on commit 681a8b2

Please sign in to comment.