Skip to content

Commit

Permalink
Merge pull request #2969 from esl/docs_material_deploy_fix
Browse files Browse the repository at this point in the history
Ensure envvar is in the environment for the next job
  • Loading branch information
leszke committed Dec 4, 2020
2 parents 368b086 + 12a7371 commit 599619a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,13 @@ jobs:
else
DOCS_TAG=`echo $CIRCLE_BRANCH | sed 's,/,_,g'`
fi
env | sort
echo "export DOCS_TAG=$DOCS_TAG" >> $BASH_ENV
- run:
name: Build latest
command: |
pip3 install mike
echo $DOCS_TAG
mike deploy $DOCS_TAG --remote [email protected]:esl/MongooseDocs.git --branch main --push --force
filters: &all_tags
Expand Down

0 comments on commit 599619a

Please sign in to comment.