Skip to content
Snippets Groups Projects
Verified Commit 2a0957ec authored by Dom DePasquale's avatar Dom DePasquale
Browse files

ci: add pipeline and extras

parent ecb8d4f7
No related branches found
Tags v0.1.0 v0.1.1 v0.1.2 v0.1.3 v0.1.4 v0.1.5
No related merge requests found
gitlabctl
out.csv
sample.csv
.go-project.mk
.goreleaser.yml
devtool
.devtool.config
.vscode
dist/
include:
- project: k8s/gitlab-ci-templates
ref: master
file: swe-golang-binary/.gitlab-ci.yml
# Define where your included makefile lives
GITURL = git.psu.edu/k8s/gitlab-ci-templates.git
GITPROJECT = swe-golang-binary
GITFILE = .go-project.mk
# Override your docker tag here, otherwise it'll use your PWD
# DOCKER_TAG = everything-is-awesome
-include $(shell test -f .go-project.mk || git archive --remote=ssh://git@$(GITURL) HEAD:$(GITPROJECT) $(GITFILE) | tar -x ; echo .go-project.mk)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment