Skip to content

Commit

Permalink
Per #1920, update paths in 2 scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed May 12, 2022
1 parent 7346ec9 commit 5e8cf9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion internal/scripts/sonarqube/run_nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# the following commands:
#
# git clone https://github.com/dtcenter/MET
# MET/scripts/sosnarqube/run_nightly.sh name
# MET/internal/scripts/sosnarqube/run_nightly.sh name
#
# Usage: run_nightly.sh name
# where "name" specifies a branch, tag, or hash
Expand Down
14 changes: 4 additions & 10 deletions internal/scripts/sonarqube/run_sonarqube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
# then run:
#
# git clone https://github.com/dtcenter/MET
# MET/scripts/sonarqube/run_sonarqube_sca.sh name
# MET/internal/scripts/sonarqube/run_sonarqube.sh name
#
# Usage: run_sonarqube_sca.sh name
# Usage: run_sonarqube.sh name
# Test the specified branched version of MET:
# run_sonarqube_sca.sh {branch name}
# run_sonarqube.sh {branch name}
# Test the specified tagged version of MET:
# run_sonarqube_sca.sh {tag name}
# run_sonarqube.sh {tag name}
#
#=======================================================================

Expand Down Expand Up @@ -105,12 +105,6 @@ run_command "git clone ${GIT_REPO} ${REPO_DIR}"
run_command "cd ${REPO_DIR}"
run_command "git checkout ${1}"

# Build the MET instance
run_command "cd met"

# Run bootstrap
run_command "./bootstrap"

# Do no manually set the CXX and F77 compilers.
# Let the configure script pick them.
# Otherwise, the SonarQube logic does not work.
Expand Down

0 comments on commit 5e8cf9e

Please sign in to comment.