Skip to content

Latest commit

 

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

scripts

This directory contains scripts that are used on the CI/CD pipelines.

Randomly picks a Shoreline member and sets it as the git user. This makes it possible to automate deployments of the documentation site to Vercel.

User and email are set as secret variables in the CI/CD pipelines and you can refer to their values by visiting our doc (only available for VTEXers) here: GIT_USERS and GIT_EMAILS from vtex/shoreline.

Testing

To test this script locally, run:

LOCAL_TEST=1 GIT_USERS="abc def ghi jkl" GIT_EMAILS="[email protected] [email protected] [email protected] [email protected]" sh configure-git-user.sh