Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lscsoft
bilby_pipe
Commits
e9a68f97
Commit
e9a68f97
authored
Feb 01, 2022
by
Gregory Ashton
Browse files
Merge branch 'remove-lookup-test' into 'master'
Remove lookup test See merge request
!434
parents
fb31f958
db71aa87
Pipeline
#354291
passed with stages
in 10 minutes and 42 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e9a68f97
...
...
@@ -33,18 +33,18 @@ containers:
# write_dockerfiles.py and commit the changes.
-
git diff --exit-code
lookup-tables
:
stage
:
initial
image
:
containers.ligo.org/lscsoft/bilby/v2-bilby-python39
script
:
-
cd bilby_pipe/data_files
-
python generate_distance_lookups.py
#HACK
# Fail if differences exist. If this fails, you may need to run
# write_dockerfiles.py and commit the changes.
-
git diff --exit-code
only
:
-
schedules
-
tags
#
lookup-tables:
#
stage: initial
#
image: containers.ligo.org/lscsoft/bilby/v2-bilby-python39
#
script:
#
- cd bilby_pipe/data_files
#
- python generate_distance_lookups.py #HACK
#
# Fail if differences exist. If this fails, you may need to run
#
# write_dockerfiles.py and commit the changes.
#
- git diff --exit-code
#
only:
#
- schedules
#
- tags
precommits-py3.7
:
...
...
@@ -322,7 +322,7 @@ build-python39-container:
deploy_release
:
stage
:
deploy
image
:
containers.ligo.org/lscsoft/bilby_pipe/v3-bilby_pipe-python37
needs
:
[
"
lookup-tables"
]
#
needs: ["lookup-tables"]
variables
:
TWINE_USERNAME
:
$PYPI_USERNAME
TWINE_PASSWORD
:
$PYPI_PASSWORD
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment