Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any way we can cache this with the bitrie cache step #16

Open
corganfuzz opened this issue Dec 24, 2020 · 1 comment
Open

Any way we can cache this with the bitrie cache step #16

corganfuzz opened this issue Dec 24, 2020 · 1 comment

Comments

@corganfuzz
Copy link

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.

@koral--
Copy link
Member

koral-- commented Oct 22, 2021

Sorry for the delay. I missed that issue.
Feel free to submit the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants