Commit cbf3f5e9 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

wip(ci): Add verbose option to git command

parent bce34b53
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ publish:
  script:
    # - npm run download
    # - npm run build
    - git clone https://user:${ACCESS_TOKEN}@code-int.ornl.gov/sites/research.git site
    - git clone --verbose https://user:${ACCESS_TOKEN}@code-int.ornl.gov/sites/research.git site
    # - rm -rf ./site/html/_astro
    # - cp --force --recursive --verbose html site
    # - cd site