Skip to content

Commit

Permalink
Actually test bootstrap script of current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Jun 3, 2024
1 parent 3701d8d commit 3ab2038
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ base=$(pwd)
mkdir myproject
cd myproject
git init
# Extract current bootstrap command from the docs.
grep "bootstrap | sh" $base/doc/source/user/install.txt | sed -e 's/\$//' | sh
cat $base/bootstrap | sh

0 comments on commit 3ab2038

Please sign in to comment.