Skip to content

Commit 7f73a93

Browse files
STYLE: Remove SITE_BUILD_TYPE Information
This information should be provided by slicer-build docker image (The place where Slicer is built)
1 parent fba4736 commit 7f73a93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMake/CircleCI/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ docker run -d --name slicer-build-with-test slicer/slicer-test bash
99
$script_dir/run_opengl.sh \
1010
-i slicer/slicer-test:opengl \
1111
-p 6081 \
12-
-r --env="CIRCLE_SHA1=$1" -r --env="CIRCLE_BRANCH=$2" -r --env="SITE_BUILD_TYPE=$3" \
12+
-r --env="CIRCLE_SHA1=$1" -r --env="CIRCLE_BRANCH=$2" \
1313
-r --volumes-from -r slicer-build-with-test
1414

1515
# Remove the container used to mount volumes from slicer-build

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ test:
2626
- "echo 'Notice: CircleCI does not build changes to Slicer dependencies' && if git diff --name-only master | grep -q SuperBuild > /dev/null; then false; fi"
2727
- docker run -e "BUILD_TOOL_FLAGS=-j5" --name slicer -v ~/Slicer:/usr/src/Slicer slicer/slicer-dependencies
2828
- docker cp slicer:$(docker cp slicer:/usr/src/Slicer-build/Slicer-build/PACKAGE_FILE.txt - | tar xO) $CIRCLE_ARTIFACTS
29-
- bash ./CMake/CircleCI/run.sh $CIRCLE_SHA1 $CIRCLE_BRANCH $SITE_BUILD_TYPE
29+
- bash ./CMake/CircleCI/run.sh $CIRCLE_SHA1 $CIRCLE_BRANCH

0 commit comments

Comments
 (0)