Skip to content

Commit 991304d

Browse files
Removing variable group, as variables are not in a group anymore, and not running publishing docs to github pages
1 parent 283233d commit 991304d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
pool:
2929
vmImage: ubuntu-16.04
3030
timeoutInMinutes: 90
31-
variables:
32-
- group: pandas
3331
steps:
3432
- script: |
3533
# XXX not sure why setting $PATH here does not work
@@ -130,6 +128,8 @@ jobs:
130128
DESTINATION: 'docs'
131129
132130
- script: |
131+
echo "Publishing documentation to GitHub pages is still done in Travis"
132+
exit 0
133133
if [ "$(Build.SourceBranch)" == "refs/heads/master" ]; then
134134
mkdir -p $REPO_DIR
135135
rm -rf $REPO_DIR/*

0 commit comments

Comments
 (0)