Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Commit

Permalink
Add publishing
Browse files Browse the repository at this point in the history
Luzifer committed Jan 29, 2017
1 parent 86bdacd commit f69eb1c
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .repo-runner.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---

image: "quay.io/luzifer/repo-runner-image"
checkout_dir: /go/src/github.com/Luzifer/gh-private-dl

commands:
- make publish

environment:
CGO_ENABLED: 0
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh

0 comments on commit f69eb1c

Please sign in to comment.