Skip to content

Commit

Permalink
Makefile variable GITLAB_TOKEN must be surrounded with $()
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Meredith committed Apr 9, 2019
1 parent 4be00f6 commit 8ef3aaa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = python -msphinx
SPHINXPROJ = amrex
SOURCEDIR = source
BUILDDIR = webroot

Expand All @@ -25,6 +21,6 @@ help:
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

webroot/doxygen:
git clone https://gitlab-ci-token:$GITLAB_TOKEN@mfix.netl.doe.gov/gitlab/exa/mfix.git doxygen/mfix
git clone "https://gitlab-ci-token:$(GITLAB_TOKEN)@mfix.netl.doe.gov/gitlab/exa/mfix.git" doxygen/mfix
cd doxygen && doxygen doxygen.conf
mv doxygen/html $@

0 comments on commit 8ef3aaa

Please sign in to comment.