Skip to content

Commit

Permalink
CI: fix missing removed reference to cmp3 + typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Jun 13, 2020
1 parent 6a797e9 commit 3dc0d50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ jobs:
- checkout:
path: /home/circleci/src/mialsuperresolutiontoolkit
- run:
name: Check whether build should be skipped
name: Check whether test should be skipped
command: |
cd /home/circleci/src/connectomemapper3
if [[ "$( git log --format=oneline -n 1 $CIRCLE_SHA1 | grep -i -E '\[skip[ _]?ds-sample\]' )" != "" ]]; then
echo "Skipping ds-sample build"
cd /home/circleci/src/mialsuperresolutiontoolkit
if [[ "$( git log --format=oneline -n 1 $CIRCLE_SHA1 | grep -i -E '\[skip[ _]?test]' )" != "" ]]; then
echo "Skipping test"
circleci step halt
fi
- attach_workspace:
Expand Down

0 comments on commit 3dc0d50

Please sign in to comment.