Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bruce Flynn
sftper
Commits
1805bfb8
Commit
1805bfb8
authored
Sep 20, 2019
by
Bruce Flynn
Browse files
ci
parent
10a9d599
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
1805bfb8
build
:
stage
:
build
tags
:
-
docker
-
shell
script
:
-
docker run -t --rm -v $PWD:/code -w /code golang:1.13-buster ./build.sh
only
:
-
master
except
:
-
tags
artifacts
:
expire_in
:
1 week
paths
:
-
sftper
build:release:
stage
:
build
only
:
-
/^\d+\./\d+\.\d+(?:dev\d+|[a-z]\d+)?$/
except
:
-
branches
dependencies
:
-
build
artifacts
:
name
:
${CI_COMMIT_TAG}
paths
:
-
sftper
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment