Skip to content

Commit

Permalink
Delete bootstrap call in ci after bootstrap call (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba authored Nov 1, 2022
1 parent b3ed587 commit 3959963
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ bootstraping() {
sed -i "s,{{ git-url }},${GIT_URL},g" src/${REPO_NAME}.app.src
sed -i "s/{{ repo-name }}/${REPO_NAME}/g" ${README}.md

sed -i '/always/d' .github/workflows/ci.yaml
sed -i '/ootstrap/d' .github/workflows/ci.yaml

if [ "$1" == "clean" ]; then
return 0
else
Expand Down

0 comments on commit 3959963

Please sign in to comment.