-
Notifications
You must be signed in to change notification settings - Fork 0
Sb rt addition #45
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
base: sandbox
Are you sure you want to change the base?
Sb rt addition #45
Conversation
Emreply.addContent(`Select either AggieAccess Card or AggieAccess Mobile Credentials and fill out the form given. For Key Control Manager please write Dale Snapp.`); | ||
|
||
const emReplyResponse = await rtClient.sendCorrespondence(Emreply); | ||
if ( emReplyResponse.err ) { |
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.
Probably can remove. If it fails for some reason, probably not enough of a reason to tank the whole process.
@@ -0,0 +1,6 @@ | |||
{ | |||
"dependencies": { |
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.
rm
|
||
# Repository tags/branchs | ||
# Tags should always be used for production deployments | ||
# Branches can be used for development deployments | ||
REPO_TAG=sandbox | ||
REPO_TAG=v1.4.2 |
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.
REPO_TAG should always be sandbox for the sandbox branch. If you are merging from main, you have to reset this value, and then regenerate your deployment files.
RT Addition