Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Add --serial flag for parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkh committed Jan 30, 2020
1 parent 0656ee6 commit 07dce88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
;;
esac
echo "using tag: --${awsTag}--"
node build.js --skipSaveImage --noDefaultTags --pushExtra=${awsTag} --pushTo=922145058410.dkr.ecr.eu-central-1.amazonaws.com/caleydo
node build.js --serial --skipSaveImage --noDefaultTags --pushExtra=${awsTag} --pushTo=922145058410.dkr.ecr.eu-central-1.amazonaws.com/caleydo
- store_artifacts:
path: build
destination: build
Expand Down

0 comments on commit 07dce88

Please sign in to comment.