mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-06 21:39:26 +00:00
SQSCANGHA-51 Make Scanner CLI binaries URL customizable
This commit is contained in:
parent
6440c73982
commit
05ca09c2da
4 changed files with 63 additions and 2 deletions
8
test/assertFileDoesntExist
Executable file
8
test/assertFileDoesntExist
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
error() { echo -e "\\e[31m✗ $*\\e[0m"; }
|
||||
|
||||
if [ -f $1 ]; then
|
||||
error "File '$1' found"
|
||||
exit 1
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue