Sign inSign up

mmatur/run-semaphoreci-build

By mmatur

Updated almost 7 years ago

Image
0

1.9K

mmatur/run-semaphoreci-build repository overview

= Run SemaphoreCI build

run-semaphoreci-build is a Go tool that help us to start a build in link:https://semaphoreci.com[SemaphoreCI].

== Example

[source, hcl]

workflow "Build on tag" { on = "create" resolves = [ "Run", ] }

action "Run" { uses = "./.github/actions/run-semaphoreci-build" args = "--owner=mmatur --project=test --tagevent" secrets = ["SEMAPHORECI_TOKEN"] }

As a standalone command line:

[source, bash]

run-semaphoreci-build --owner=mmatur --project=run-semaphoreci-build --branch=master --sha=4b480ece136933bdc2770c1bad991e9b4459e13

Tag summary

Content type

Image

Digest

Size

7.6 MB

Last updated

almost 7 years ago

docker pull mmatur/run-semaphoreci-build