octopush/scripts/run_client.sh

12 lines
405 B
Bash
Raw Normal View History

#!/bin/bash
set -e
current_branch=$(git branch --show-current)
2022-09-18 21:44:29 +02:00
#go run cmd/kraken/kraken.go process --actions-repo "git@git.front.kjuulh.io:kjuulh/kraken.git" --branch "$current_branch" --path "_examples/actions/write_a_readme"
go run cmd/kraken/kraken.go process \
--actions-repo "git@git.front.kjuulh.io:kjuulh/kraken.git"\
--branch "$current_branch" \
2022-09-21 11:04:35 +02:00
--path "_examples/actions/add_releaserc"