diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2021-12-23 19:48:36 +0100 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2021-12-23 19:48:36 +0100 |
commit | 60a5b2a85ed35542086f12ed394d368ef3dc8dd9 (patch) | |
tree | 498fa4b15f42cc67ea8ecb0b6861a3164a1bf55e /share | |
parent | 4381cb5957f71e36ce5175413084c3c3fa56b7dc (diff) | |
parent | e974b44e8673ded449ce4a3ed5844398b68e81a2 (diff) | |
download | spack-60a5b2a85ed35542086f12ed394d368ef3dc8dd9.tar.gz spack-60a5b2a85ed35542086f12ed394d368ef3dc8dd9.tar.bz2 spack-60a5b2a85ed35542086f12ed394d368ef3dc8dd9.tar.xz spack-60a5b2a85ed35542086f12ed394d368ef3dc8dd9.zip |
Merge tag 'v0.17.1' into develop
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/qa/run-style-tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/spack/qa/run-style-tests b/share/spack/qa/run-style-tests index 9f0cbdb266..df3d441c75 100755 --- a/share/spack/qa/run-style-tests +++ b/share/spack/qa/run-style-tests @@ -19,6 +19,8 @@ args=() if [[ -n $GITHUB_BASE_REF ]]; then args+=("--base" "${GITHUB_BASE_REF}") +else + args+=("--base" "${GITHUB_REF_NAME}") fi # verify that the code style is correct |