Skip to content

Commit

Permalink
tests(circleCI): configure for 4x paralellism
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Nov 12, 2015
1 parent 3adb7fc commit d2a83ea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scripts/circle/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,18 @@ function run {
3)
# Update demos
# ./scripts/demo/publish.sh --version-name="$VERSION_NAME"
# Update cdn
./scripts/cdn/publish.sh --version-name="$VERSION_NAME" --old-version="$OLD_VERSION"
# Update bower
./scripts/bower/publish.sh
;;
4)
# Update cdn
./scripts/cdn/publish.sh --version-name="$VERSION_NAME" --old-version="$OLD_VERSION"
# ./scripts/cdn/publish.sh --version-name="$VERSION_NAME" --old-version="$OLD_VERSION"
;;
5)
# Update bower
./scripts/bower/publish.sh
# ./scripts/bower/publish.sh
;;
esac
}
Expand Down

0 comments on commit d2a83ea

Please sign in to comment.