Skip to content

Commit

Permalink
Per #521, try turning on the sonarqube workflow for this feature branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Apr 19, 2024
1 parent 1bb48a4 commit 4ac20f8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
branches:
- develop
- 'main_v**'
- feature_521_develop_sonarqube_gha
paths-ignore:
- 'docs/**'
- '.github/pull_request_template.md'
Expand Down Expand Up @@ -52,16 +53,9 @@ jobs:
id: get_branch_name
run: echo branch_name=${GITHUB_REF#refs/heads/} >> $GITHUB_OUTPUT

- name: Build METviewer Docker Image
- name: Build METviewer in Docker
run: .github/jobs/build_docker_image.sh

- name: Copy dist
run:
cd ${GITHUB_WORKSPACE}
id=$(docker create metviewer-gha)
docker cp ${id}:/METviewer/dist .
docker rm -v ${id}

- name: Configure SonarQube
run: .github/jobs/configure_sonarqube.sh
env:
Expand Down

0 comments on commit 4ac20f8

Please sign in to comment.