You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The step works but it takes 3 minutes to wget and setup, is it possible to cache it ?, for larger apps is a pain
if [${TEMP_DIR}/sonar-scanner-folder]
then
${TEMP_DIR}/sonar-scanner-${scanner_version}/bin/sonar-scanner $debug_flag
else
wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${scanner_version}.zip
unzip sonar-scanner-cli-${scanner_version}.zip
fi
Something like that, I could do it on my workflow script step, but I'd rather have it on this repo.
The text was updated successfully, but these errors were encountered:
The step works but it takes 3 minutes to wget and setup, is it possible to cache it ?, for larger apps is a pain
Something like that, I could do it on my workflow script step, but I'd rather have it on this repo.
The text was updated successfully, but these errors were encountered: