octopush/scripts/run_client.sh
2022-09-21 11:06:53 +02:00

12 lines
417 B
Bash
Executable File

#!/bin/bash
set -e
current_branch=$(git branch --show-current)
#go run cmd/octopush/octopush.go process --actions-repo "git@git.front.kjuulh.io:kjuulh/octopush.git" --branch "$current_branch" --path "_examples/actions/write_a_readme"
go run cmd/octopush/octopush.go process \
--actions-repo "git@git.front.kjuulh.io:kjuulh/octopush.git"\
--branch "$current_branch" \
--path "_examples/actions/add_releaserc"