Simplify gitlabci for now
This commit is contained in:
parent
ee25255028
commit
ebcde95d5a
@ -11,5 +11,5 @@ pypi:
|
||||
only: [tags]
|
||||
script: pypi-release
|
||||
stage: deploy
|
||||
test: {image: 'yourlabs/shlax:$CI_COMMIT_SHORT_SHA', script: pip install -U --user
|
||||
-e . && ./shlaxfile.py -d test, stage: test}
|
||||
test: {image: yourlabs/python, script: 'pip install -U --user -e .[test] && py.test
|
||||
-svv tests', stage: build}
|
||||
|
||||
@ -41,7 +41,7 @@ gitlabci = GitLabCI(
|
||||
image='yourlabs/python',
|
||||
),
|
||||
build=dict(
|
||||
stage='test',
|
||||
stage='build',
|
||||
image='yourlabs/shlax',
|
||||
script='pip install -U --user -e . && CACHE_DIR=$(pwd)/.cache ./shlaxfile.py -d shlax build push',
|
||||
cache=dict(paths=['.cache'], key='cache'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user