Skip to content

Commit

Permalink
fix(ci/sonar): get cache sonar (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
rem31 authored and bouda1 committed Jun 29, 2022
1 parent d48cebd commit e820b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/collect-sonar-scanner-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ get_cache() {
echo "INFO: Pulling tarball ..."
wget -q "$CACHE_URL"
else
TAR_NAME="SQ-cache/$PROJECT/$PROJECT-SQ-cache-$CACHE_REFERENCE.tar.gz"
CACHE_URL="http://srvi-repo.int.centreon.com/sources/internal/$TAR_NAME"
TAR_NAME="$PROJECT-SQ-cache-$CACHE_REFERENCE.tar.gz"
CACHE_URL="http://srvi-repo.int.centreon.com/sources/internal/SQ-cache/$PROJECT/$TAR_NAME"
if validate_file_exists "$CACHE_URL"; then
echo "INFO: Pulling tarball $CACHE_REFERENCE ..."
wget -q "$CACHE_URL"
Expand Down

0 comments on commit e820b26

Please sign in to comment.