Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
troydai committed Jan 19, 2018
1 parent 8889f96 commit 4fdaec7
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 129 deletions.
1 change: 0 additions & 1 deletion scripts/ci/a01/Dockerfile.py36
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ COPY build /tmp/build

RUN find /tmp/build -name '*.whl' | xargs pip install

COPY app /app
17 changes: 0 additions & 17 deletions scripts/ci/app/install.sh

This file was deleted.

27 changes: 0 additions & 27 deletions scripts/ci/app/run_test.sh

This file was deleted.

70 changes: 0 additions & 70 deletions scripts/ci/app/schedule.py

This file was deleted.

12 changes: 0 additions & 12 deletions scripts/ci/app/schedule.sh

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ "$target_profile" != "latest" ]; then
# example: profile-2017-03-09. Python module name can't begin with a digit.
target_profile=profile_${target_profile//-/_}
fi
echo ==== $target_profile ====
echo Pick up profile: $target_profile

##############################################
# Define colored output func
Expand Down Expand Up @@ -177,7 +177,7 @@ popd >/dev/null

##############################################
# clear afterwards
# rm -rf $testsrc_dir
rm -rf $testsrc_dir
git checkout src

##############################################
Expand Down

0 comments on commit 4fdaec7

Please sign in to comment.