-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
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.
Let's clean up stray comments and remove any GSA-specific naming for resources. Then once #20 is merged, we can also limit the set of examples that are used in testing.
#20 is merged now... Can you rebase? |
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.
Should be good to go after a rebase based on #20
Co-authored-by: Bret Mogilefsky <bret.mogilefsky@gsa.gov>
Co-authored-by: Bret Mogilefsky <bret.mogilefsky@gsa.gov>
- name: Set the instance name for subsequent steps | ||
# Use an instance name that corresponds to this particular branch+run. | ||
# Docs for this method: | ||
# https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable | ||
run: | | ||
INSTANCE_NAME="$(echo ci-${{ github.event.pull_request.number }}-${GITHUB_RUN_ID})" | ||
echo "INSTANCE_NAME=${INSTANCE_NAME}" | tee -a $GITHUB_ENV |
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 env var is used in the Makefile for the eks-brokerpak and datagov-brokerpak, but it has no purpose here, so these lines can be removed.
It output a SMTP server address, username and password.
Also added github actions in
.github/workflows
to release a new brokerpak file upon a new tag is created.