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
d9b0a1a7
Commit
d9b0a1a7
authored
Sep 30, 2019
by
Bruce Flynn
Browse files
.
parent
80e724c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d9b0a1a7
...
...
@@ -3,19 +3,6 @@ stages:
-
build
-
deploy
build
:
stage
:
build
tags
:
-
docker
-
shell
script
:
-
docker run -t --rm -v $PWD:/code -w /code golang:1.13-buster ./build.sh
only
:
-
master
artifacts
:
paths
:
-
sftper
deploy
:
stage
:
deploy
...
...
@@ -27,4 +14,5 @@ deploy:
only
:
-
/^\d+\.\d+\.\d+(?:-(?:a|b)\d+)?$/
script
:
-
docker run -t --rm -v $PWD:/code -w /code golang:1.13-buster ./build.sh
-
curl --fail -Tsftper http://sipsdev.sips/~brucef/dister/sftper@${CI_COMMIT_TAG}
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