Skip to content

Commit a36ed32

Browse files
committed
chore: disable md tests
1 parent e2a9a8a commit a36ed32

File tree

1 file changed

+28
-25
lines changed

1 file changed

+28
-25
lines changed

.circleci/config.yml

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -57,34 +57,37 @@ jobs:
5757
steps:
5858
- checkout
5959
- run:
60-
name: Install Dependencies
61-
command: |
62-
# install system dependeicies
63-
sudo apt-get update
64-
sudo apt-get install -y redis-server redis-tools lsof libssl-dev
60+
name: Disabled
61+
command: echo "temporarily disabled"
62+
# - run:
63+
# name: Install Dependencies
64+
# command: |
65+
# # install system dependeicies
66+
# sudo apt-get update
67+
# sudo apt-get install -y redis-server redis-tools lsof libssl-dev
6568

66-
# install nvm
67-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
68-
export NVM_DIR="/home/circleci/.nvm"
69-
source $NVM_DIR/nvm.sh
70-
nvm install "v11.15.0"
69+
# # install nvm
70+
# curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
71+
# export NVM_DIR="/home/circleci/.nvm"
72+
# source $NVM_DIR/nvm.sh
73+
# nvm install "v11.15.0"
7174

72-
# install yarn & components (ganache-cli ilp-settlement-xrp conventional-changelog-cli)
73-
curl -o- -L https://yarnpkg.com/install.sh | bash
74-
export PATH="/home/circleci/.yarn/bin:/home/circleci/.config/yarn/global/node_modules/.bin:$PATH"
75-
yarn global add ganache-cli ilp-settlement-xrp conventional-changelog-cli
75+
# # install yarn & components (ganache-cli ilp-settlement-xrp conventional-changelog-cli)
76+
# curl -o- -L https://yarnpkg.com/install.sh | bash
77+
# export PATH="/home/circleci/.yarn/bin:/home/circleci/.config/yarn/global/node_modules/.bin:$PATH"
78+
# yarn global add ganache-cli ilp-settlement-xrp conventional-changelog-cli
7679

77-
# env
78-
echo 'export NVM_DIR="/home/circleci/.nvm"' >> ${BASH_ENV}
79-
echo 'source $NVM_DIR/nvm.sh' >> ${BASH_ENV}
80-
echo "export PATH=/home/circleci/.cargo/bin:$PATH" >> ${BASH_ENV}
81-
- run:
82-
name: Run run-md Test
83-
command: |
84-
scripts/run-md-test.sh '^.*$' 1
85-
- store_artifacts:
86-
path: /tmp/run-md-test
87-
destination: run-md-test
80+
# # env
81+
# echo 'export NVM_DIR="/home/circleci/.nvm"' >> ${BASH_ENV}
82+
# echo 'source $NVM_DIR/nvm.sh' >> ${BASH_ENV}
83+
# echo "export PATH=/home/circleci/.cargo/bin:$PATH" >> ${BASH_ENV}
84+
# - run:
85+
# name: Run run-md Test
86+
# command: |
87+
# scripts/run-md-test.sh '^.*$' 1
88+
# - store_artifacts:
89+
# path: /tmp/run-md-test
90+
# destination: run-md-test
8891
update-docker-images:
8992
docker:
9093
- image: circleci/rust

0 commit comments

Comments
 (0)