-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: deploy screenshot functions #4698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: deploy screenshot functions #4698
Conversation
devversion
commented
May 20, 2017
- Deploys the screenshot functions for push builds
- Runs deploying & publishing in parallel
* Deploys the screenshot functions for push builds * Runs deploying & publishing in parallel
# before it can collect all functions and deploy them. | ||
(cd tools/screenshot-test/functions; npm install) | ||
|
||
if [ -z ${MATERIAL2_SCREENSHOT_ACCESS_TOKEN} ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created MATERIAL2_SCREENSHOT_FIREBASE_DEPLOY_TOKEN
for this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@@ -30,8 +33,10 @@ publishPackage() { | |||
repoUrl="https://github.com/angular/${packageRepo}.git" | |||
repoDir="tmp/${packageRepo}" | |||
|
|||
# Create a release of the current repository. | |||
$(npm bin)/gulp ${packageName}:build-release:clean | |||
if [[ ! ${COMMAND_ARGS} == *--no-build* ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this flag needed for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This allows us to decide whether the script itself should build or if we want to build the output before on our own.
This allows us to run publishing & deploying in parallel.
You can still run the script without any flag to build it as usual.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |