Skip to content
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

enable github action (#8) #9

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

enable github action (#8) #9

wants to merge 4 commits into from

Conversation

kingdonb
Copy link
Member

First, get nodejs from an action (don't make Jenkins responsible for
this anymore.)

Since we will use GitHub Actions, it's almost so simple that we can
just switch branch -- github actions has already done a clone, we can
throw the Dockerfile away.

We use git checkout synths -- to disambiguate a path from the branch.

To the add-and-commit action, job step parameters go in a "with:" block

Todo (by GitHub action):

  • update manifest
  • show diff (if any)
  • add to stage
  • commit and push to synths branch

First, get nodejs from an action (don't make Jenkins responsible for
this anymore.)

Since we will use GitHub Actions, it's almost so simple that we can
just switch branch -- github actions has already done a clone, we can
throw the Dockerfile away.

We use `git checkout synths --` to disambiguate a path from the branch.

To the add-and-commit action, job step parameters go in a "with:" block

Todo (by GitHub action):
* update manifest
* show diff (if any)
* add to stage
* commit and push to `synths` branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant