Skip to content

Commit

Permalink
modify reference of master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Maboh Christopher authored and Maboh Christopher committed May 24, 2024
1 parent d15f06c commit a603497
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ops/Jenkinsfile.build_trigger
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pipeline {
]]
])
script {
if (env.BRANCH_NAME == "master") {
if (env.BRANCH_NAME == "main") {
DEPLOY='dev'
}
}
Expand All @@ -51,7 +51,7 @@ pipeline {
stage('Build and Package') {
steps {
build job: 'BCDA - Build and Package',
// Since this is being triggered by a code delivery to SSAS repo, it should always be built with BCDA master
// Since this is being triggered by a code delivery to SSAS repo, it should always be built with BCDA main
parameters: [string(name: 'SSAS_GIT_VERSION', value: "${env.BRANCH_NAME}"), string(name: 'DEPLOY', value: "${DEPLOY}")],
wait: true,
propagate: true
Expand Down
4 changes: 2 additions & 2 deletions ssas/service/main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
For more details see our repository readme and Postman tests:
- https://github.com/CMSgov/bcda-ssas-app
- https://github.com/CMSgov/bcda-ssas-app/tree/master/test/postman_test
- https://github.com/CMSgov/bcda-ssas-app/tree/main/test/postman_test
If you have a Client ID and Secret you can use this page to explore the API. To do this, click the green "Authorize" button below and enter your Client ID and secret in the Basic Authentication username and password boxes.
Until you click logout your token will be presented with every request made. To make requests click on the "Try it out" button for the desired endpoint.
Version: 1.0.0
License: Public Domain https://github.com/CMSgov/bcda-ssas-app/blob/master/LICENSE.md
License: Public Domain https://github.com/CMSgov/bcda-ssas-app/blob/main/LICENSE.md
Contact: [email protected]
Produces:
Expand Down

0 comments on commit a603497

Please sign in to comment.