This website requires JavaScript.
Explore
Help
Sign In
rancher
/
cli
Watch
1
Star
0
Fork
0
You've already forked cli
mirror of
https://github.com/rancher/cli.git
synced
2026-02-06 12:48:45 +01:00
Code
Issues
Releases
Activity
Files
cac8ee18879bc9fe524e1d19f9de558e94de968f
cli
/
scripts
/
ci
11 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial Commit
2016-05-26 20:00:15 -07:00
#!/bin/bash
set -e
cd $(dirname $0)
./build
./test
[v2.9] Migrate from Drone to Github Actions, remove Dapper and add Darwin/arm64 support (#362) * enabled gofmt linter, added lint scripts, removed dapper from Makefile * added build (with arm64 support), package steps, and fossa job * github tag, and envs * upload assets * removed dapper and google cloud storage * moved checkout steps * removed drone.yml * requested changes - removed extra Test step - added check for run on PRs - added FOSSA check on release * moved fossa in its own workflow * remove manual trigger and tag check on release
2024-05-06 12:31:58 +02:00
./lint
Initial Commit
2016-05-26 20:00:15 -07:00
./validate
./package
Copy Permalink