Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netdb-client-lib
Commits
6607faf3
Commit
6607faf3
authored
Oct 13, 2020
by
nk2202
Browse files
CHG: Run pipeline "build" only on master
parent
7b7f149e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6607faf3
...
@@ -13,16 +13,21 @@ variables:
...
@@ -13,16 +13,21 @@ variables:
cache
:
cache
:
paths
:
paths
:
-
.cache/pip
-
.cache/pip
-
venv/
before_script
:
before_script
:
-
python -V
# Print out python version for debugging
-
python -V
# Print out python version for debugging
-
pip install pep517
-
pip install pep517
stages
:
-
build
build
:
build
:
stage
:
build
script
:
script
:
-
python -m pep517.build .
-
python -m pep517.build .
artifacts
:
artifacts
:
paths
:
paths
:
-
dist/*.whl
-
dist/*.whl
expire_in
:
2 days
expire_in
:
2 days
only
:
-
master
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