Skip to content

Commit c29198b

Browse files
author
Anthony Sansone
committed
New test to compare to mms-docs.
1 parent 8b777f2 commit c29198b

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.mci.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
---
2-
buildvariants:
3-
-
1+
---
2+
buildvariants:
3+
-
44
display_name: "Ubuntu 18.04"
5-
expansions:
5+
expansions:
66
venv: ~/venv/bin
77
name: ubuntu1804
8-
run_on:
8+
run_on:
99
- ubuntu1804-test
10-
tasks:
11-
-
10+
tasks:
11+
-
1212
name: build-docs
13-
tasks:
14-
-
15-
commands:
16-
-
13+
tasks:
14+
-
15+
commands:
16+
-
1717
command: git.get_project
18-
params:
18+
params:
1919
directory: docs-mongodb
2020
type: setup
21-
-
21+
-
2222
command: shell.exec
23-
params:
23+
params:
2424
script: |
2525
2626
# install_helper(name)
@@ -39,7 +39,7 @@ tasks:
3939
### Original Working Script Start ###
4040
4141
rm -rf ~/venv
42-
42+
4343
virtualenv ~/venv
4444
${venv}/pip install -r requirements.txt
4545
@@ -69,28 +69,28 @@ tasks:
6969
PATH=$PATH:~/venv/bin
7070
7171
working_dir: docs-mongodb
72-
-
72+
-
7373
command: shell.exec
74-
params:
74+
params:
7575
script: |
76-
# remember that this script should be silent if it
76+
# remember that this script should be silent if it
7777
# manipulates keys
7878
mkdir ~/.config
7979
touch ~/.config/giza-aws-authentication.conf
8080
echo "${aws_key}" > ~/.config/giza-aws-authentication.conf
8181
echo "${aws_secret}" >> ~/.config/giza-aws-authentication.conf
8282
chmod 600 ~/.config/giza-aws-authentication.conf
83-
83+
8484
# as an alternative, you could pass the aws keys to the
8585
# makefile directly if it supports that
8686
shell: bash
8787
silent: true
88-
-
88+
-
8989
command: shell.exec
90-
params:
90+
params:
9191
script: |
9292
export USER=${github_author}
93-
93+
9494
if [ "${is_patch}" != "true" ]; then
9595
make publish
9696
make deploy

0 commit comments

Comments
 (0)