Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
fix: circleci run_all script
  • Loading branch information
bastienterrier authored Feb 22, 2019
2 parents c430758 + ca33809 commit 9c26ef2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/scripts/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ echo $VERSION
if [ $VERSION != "npm version" ]
then
cd .circleci/scripts
#echo "Calling update_version.sh"
#./update_version.sh $VERSION
echo "Calling update_version.sh"
./update_version.sh $VERSION
#echo "Calling add_tag.sh"
#./add_tag.sh $VERSION
echo "Calling add_tag.sh"
./add_tag.sh $VERSION
echo "Calling docker_push.sh"
./docker_push.sh $VERSION
#echo "Calling npm_registry.sh"
#./npm_registry.sh
echo "Calling npm_registry.sh"
./npm_registry.sh
#echo "Calling deploy-gh-pages"
#./deploy-gh-pages.sh $VERSION
echo "Calling deploy-gh-pages"
./deploy-gh-pages.sh $VERSION
#echo "Calling release_notes.sh"
#./release_notes.sh
echo "Calling release_notes.sh"
./release_notes.sh
fi

0 comments on commit 9c26ef2

Please sign in to comment.