This website requires JavaScript.
Explore
Help
Sign In
rancher
/
scc-operator
mirror of
https://github.com/rancher/scc-operator.git
Watch
1
Star
0
Fork
You've already forked scc-operator
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
scc-operator
/
scripts
/
ci
11 lines
101 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
set
-e
cd
$(
dirname
$0
)
echo
"Starting CI for scc-operator"
./build
./test
./validate
Reference in New Issue
View Git Blame
Copy Permalink