Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlabctl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
swe-golang
gitlabctl
Commits
2a0957ec
Verified
Commit
2a0957ec
authored
3 years ago
by
Dom DePasquale
Browse files
Options
Downloads
Patches
Plain Diff
ci: add pipeline and extras
parent
ecb8d4f7
No related branches found
Branches containing commit
Tags
v0.1.0
v0.1.1
v0.1.2
v0.1.3
v0.1.4
v0.1.5
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+6
-3
6 additions, 3 deletions
.gitignore
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
Makefile
+9
-0
9 additions, 0 deletions
Makefile
with
19 additions
and
3 deletions
.gitignore
+
6
−
3
View file @
2a0957ec
gitlabctl
out.csv
sample.csv
.go-project.mk
.goreleaser.yml
devtool
.devtool.config
.vscode
dist/
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
0 → 100644
+
4
−
0
View file @
2a0957ec
include
:
-
project
:
k8s/gitlab-ci-templates
ref
:
master
file
:
swe-golang-binary/.gitlab-ci.yml
This diff is collapsed.
Click to expand it.
Makefile
0 → 100644
+
9
−
0
View file @
2a0957ec
# 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)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment