Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,23 +175,20 @@ workflows:
branches:
only:
- develop
- feature-stats-history
# This is alternate dev env for parallel testing
- "build-test":
context : org-global
filters:
branches:
only:
- develop
- notifications
- feature-contentful
# This is beta env for production soft releases
- "build-prod-beta":
context : org-global
filters:
branches:
only:
- develop
- hot-fix-image-issue
# Production builds are exectuted only on tagged commits to the
# master branch.
- "build-prod":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ exports[`renders a full Profile correctly 1`] = `
className=""
handle="testHandle"
inModal={false}
meta={null}
stats={
Object {
"COPILOT": Object {
Expand Down Expand Up @@ -700,7 +699,6 @@ exports[`renders an empty Profile correctly 1`] = `
className=""
handle="testHandle"
inModal={false}
meta={null}
stats={
Object {
"COPILOT": null,
Expand Down
Loading