Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BIP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
BIP
Commits
391c11a8
Commit
391c11a8
authored
2 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
CI: Rename to .docker; unit test no longer calls create_dev_env
parent
8dba56b9
No related branches found
No related tags found
1 merge request
!4
ENH: Config file templating
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.ci/unit_tests.sh
+1
-3
1 addition, 3 deletions
.ci/unit_tests.sh
.docker/Dockerfile
+0
-0
0 additions, 0 deletions
.docker/Dockerfile
.docker/create_dev_env.sh
+0
-0
0 additions, 0 deletions
.docker/create_dev_env.sh
with
1 addition
and
3 deletions
.ci/unit_tests.sh
+
1
−
3
View file @
391c11a8
...
...
@@ -2,9 +2,7 @@
thisdir
=
$(
cd
$(
dirname
$0
)
&&
pwd
)
${
thisdir
}
/create_dev_env.sh ./test.env
source
activate ./test.env
source
activate /dev.env
export
FSLDIR
=
$CONDA_PREFIX
source
$FSLDIR
/etc/fslconf/fsl.sh
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile
→
.
docker/Dockerfile
+
0
−
0
View file @
391c11a8
File moved
This diff is collapsed.
Click to expand it.
docker/create_dev_env.sh
→
.
docker/create_dev_env.sh
+
0
−
0
View file @
391c11a8
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment