Skip to content

Commit

Permalink
feat: init.sh to clone from main branch
Browse files Browse the repository at this point in the history
WILL BREAK CURRENT TESTING
  • Loading branch information
SecondSkoll authored Oct 8, 2024
1 parent 0a60e50 commit c15ac8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ temp_directory="temp-starter-pack-$(date +%Y%m%d%H%M%S)"

# Clone the starter pack repository into the temporary directory and de-git it
echo "Cloning the starter pack repository..."
git clone --depth 1 -b extension-main-combined --single-branch https://github.com/canonical/starter-pack "$temp_directory"
git clone --depth 1 -b main --single-branch https://github.com/canonical/starter-pack "$temp_directory"
rm -rf "$temp_directory/.git"

# Update workflow and documentation files based on the installation directory
Expand Down

0 comments on commit c15ac8f

Please sign in to comment.