Skip to content

Commit

Permalink
modify reference of master branch to main (#946)
Browse files Browse the repository at this point in the history
## 🎫 Ticket

https://jira.cms.gov/browse/PLT-326

## 🛠 Changes

Reference to master branch was changed to main

## ℹ️ Context for reviewers

Github repository master branch renamed to main. changes made to
reference main in jenkins instead of master

## ✅ Acceptance Validation

(How were the changes verified? Did you fully test the acceptance
criteria in the ticket? Provide reproducible testing instructions and
screenshots if applicable.)

## 🔒 Security Implications

- [ ] This PR adds a new software dependency or dependencies.
- [ ] This PR modifies or invalidates one or more of our security
controls.
- [ ] This PR stores or transmits data that was not stored or
transmitted before.
- [ ] This PR requires additional review of its security implications
for other reasons.

If any security implications apply, add Jason Ashbaugh (GitHub username:
StewGoin) as a reviewer and do not merge this PR without his approval.

---------

Co-authored-by: Maboh Christopher <chrismaboh@Mabohs-MBP.lan>
  • Loading branch information
christopher-maboh and Maboh Christopher committed May 25, 2024
1 parent fb1e763 commit d6a340b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: BCDA CI Workflow
on:
push:
branches:
- master
- main
pull_request:

env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ load-synthetic-suppression-data:

load-fixtures-ssas:
docker-compose up -d db
docker run --rm --network bcda-app-net migrate/migrate:v4.15.0-beta.3 -source='github://CMSgov/bcda-ssas-app/db/migrations#master' -database 'postgres://postgres:toor@db:5432/bcda?sslmode=disable' up
docker run --rm --network bcda-app-net migrate/migrate:v4.15.0-beta.3 -source='github://CMSgov/bcda-ssas-app/db/migrations#main' -database 'postgres://postgres:toor@db:5432/bcda?sslmode=disable' up
docker-compose run ssas --add-fixture-data

docker-build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Beneficiary Claims Data API

[![Build Status](https://github.com/CMSgov/bcda-app/actions/workflows/ci-workflow.yml/badge.svg?branch=master)](https://github.com/CMSgov/bcda-app/actions?query=branch%3Amaster)
[![Build Status](https://github.com/CMSgov/bcda-app/actions/workflows/ci-workflow.yml/badge.svg?branch=main)](https://github.com/CMSgov/bcda-app/actions?query=branch%3Amain)

## **Documentation**

Expand Down
2 changes: 1 addition & 1 deletion bcda/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Until you click logout your token will be presented with every request made. To
Version: 1.0.0
License: Public Domain https://github.com/CMSgov/bcda-app/blob/master/LICENSE.md
License: Public Domain https://github.com/CMSgov/bcda-app/blob/main/LICENSE.md
Contact: bcapi@cms.hhs.gov
Produces:
Expand Down
2 changes: 1 addition & 1 deletion ops/Jenkinsfile.build_trigger
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pipeline {
]]
])
script {
if (env.BRANCH_NAME == "master") {
if (env.BRANCH_NAME == "main") {
DEPLOY='dev'
}
}
Expand Down
2 changes: 1 addition & 1 deletion swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": {
"name": "Public Domain",
"url": "https://github.com/CMSgov/bcda-app/blob/master/LICENSE.md"
"url": "https://github.com/CMSgov/bcda-app/blob/main/LICENSE.md"
},
"version": "1.0.0"
},
Expand Down

0 comments on commit d6a340b

Please sign in to comment.