Commit 110ce4f9 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

wip(ci): Readd git config to docs job

parent 02df29d5
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -65,11 +65,13 @@ publish-docs:
  image: rust
  inherit:
    default: false
    variables: false
    variables: true
  needs:
    - job: test
  script:
    - make doc
    - git config --global user.name "${USER}"
    - git config --global user.email "${EMAIL}"
    - git clone https://user:${ACCESS_TOKEN}@code-int.ornl.gov/sites/pipe.git site
    - ls
    - ls site