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

add demo build task to circle ci config [DO NOT MERGE!] #1085

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

Rosie-Brigham
Copy link
Contributor

@Rosie-Brigham Rosie-Brigham commented Sep 5, 2024

DO NOT MERGE!

Context

This PR attempts to add logic into the circle ci config, so that and branch that starts with the word "demo" can be released (upon approval) onto our demo environment.

However, branch filtering locig is being a pain. I have created this PR to try and see if that will trigger the build. Please don't merge it yet!

@Rosie-Brigham Rosie-Brigham force-pushed the demo-add-to-circle-config branch from ff6bf40 to 0bba831 Compare September 5, 2024 16:48
@Rosie-Brigham Rosie-Brigham changed the title add demo build task to circle ci config add demo build task to circle ci config [DO NOT MERGE!] Sep 5, 2024
@Rosie-Brigham Rosie-Brigham marked this pull request as ready for review September 5, 2024 16:53
@Rosie-Brigham Rosie-Brigham force-pushed the demo-add-to-circle-config branch from 272d628 to 97e5429 Compare September 5, 2024 17:03
@Rosie-Brigham Rosie-Brigham marked this pull request as draft September 5, 2024 17:22
Comment on lines 156 to 164
- request-demo-approval:
type: approval
requires:
- helm_lint
- build_docker_for_demo
filters:
branches:
only:
- /demo-.*/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonder if this is entirely necessary? I imagine one single approval step would be enough to trigger a build and the deploy

@Rosie-Brigham Rosie-Brigham force-pushed the demo-add-to-circle-config branch from d3d4bd0 to 11d48a5 Compare September 27, 2024 11:38
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.

2 participants