1
0
mirror of https://github.com/rancher/cli.git synced 2026-02-07 06:48:57 +01:00
Files
cli/scripts/ci
Enrico Candino ffe40feadf [v2.8][backport] Migrate from Drone to Github Actions, remove Dapper and add Darwin/arm64 support (#366)
* backport of #362

* avoid recursive find and inclusion of sha256sum.txt file in shasum

* added contents write permission to publish assets in release

* added comment
2024-05-23 17:37:16 +02:00

11 lines
81 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)
./build
./test
./lint
./validate
./package