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
FSL
conda
fsl-ci-rules
Commits
231555df
Commit
231555df
authored
Jan 30, 2021
by
Paul McCarthy
🚵
Browse files
RF: Re-organise code into more formal package structure
parent
40ceedb9
Changes
21
Hide whitespace changes
Inline
Side-by-side
utils/trigger_pipeline.py
→
fsl_ci/
utils/trigger_pipeline.py
View file @
231555df
...
...
@@ -11,13 +11,10 @@ import os.path as op
import
textwrap
as
tw
import
sys
import
argparse
import
datetime
from
fsl_ci_utils.gitlab_api
import
(
get_project_jobs
,
trigger_job
,
trigger_pipeline
,
find_latest_job
)
from
fsl_ci.gitlab
import
(
trigger_job
,
trigger_pipeline
,
find_latest_job
)
SERVER_URL
=
'https://git.fmrib.ox.ac.uk'
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
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