Skip to content

Commit

Permalink
Merge pull request cms-sw#135 from degano/pr_last_release
Browse files Browse the repository at this point in the history
PR tests now automatically takes the latest available release.
  • Loading branch information
aledegano committed Oct 9, 2014
2 parents 4ae0279 + 81241e4 commit d00cbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-pr-tests
Expand Up @@ -35,8 +35,8 @@ popd
export PATH=$PWD/cms-git-tools:$PATH
which git-cms-merge-topic
git config --global user.github cmsbuild
RELEASE_NAME=`date +$RELEASE_FORMAT`
export SCRAM_ARCH=$ARCHITECTURE
RELEASE_NAME=`scram l -c $RELEASE_FORMAT | tail -1 | awk '{print $2}'`
scram project $RELEASE_NAME
cd $RELEASE_NAME
eval `scram run -sh`
Expand Down

0 comments on commit d00cbde

Please sign in to comment.