Skip to content

Commit a5ee138

Browse files
committed
fix deploy.sh attempting to double deploy
1 parent ec222e8 commit a5ee138

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

scripts/deploy.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,4 @@ if [[ $TRAVIS_BRANCH == "master" ]]; then
1717
mkdir pages
1818
cp -R dist/docs/documentation/ pages/documentation
1919
cp -R dist/docs/storybook/ pages
20-
21-
git config user.name "carbon-bot"
22-
git config user.email "[email protected]"
23-
24-
cd pages
25-
git init
26-
git add .
27-
git commit -m "Deploy to GitHub Pages"
28-
git push --force "[email protected]:IBM/carbon-components-angular.git" master:gh-pages > /dev/null 2>&1
29-
exit 0;
3020
fi

0 commit comments

Comments
 (0)