Skip to content

Commit

Permalink
trigger builds of children projects
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyKozlov1984 committed Dec 20, 2018
1 parent 20585db commit 8464154
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions full_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ set -e
rm -rf dist || true
mkdir -p dist

# do not forget a build hook in the end of the file
bash build.sh LFDLFoundation/lfdl-landscape lfdl
bash build.sh cncf/landscape cncf

Expand All @@ -21,4 +22,6 @@ if [ $BRANCH = "master" ]; then
git push github HEAD:master --tags --force
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
yarn publish
curl -X POST -d {} https://api.netlify.com/build_hooks/5c1bd8e14ed62f166e8d9f7f
curl -X POST -d {} https://api.netlify.com/build_hooks/5c1bd968fdd72a78a54bdcd1
fi

0 comments on commit 8464154

Please sign in to comment.