troubleshooting output

merge-requests/131/head
nr0q 2021-09-21 21:36:28 -05:00
rodzic 8533c33b44
commit e834f57c3a
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -83,7 +83,7 @@ build-userguide:
- |
echo -e "e[0Ksection_start:`date +%s`:git_clone[collapsed=true]\r\e[0KRetreiving wiki repo"
git clone https://gitlab-ci-token:${CI_BUILD_TOKEN}@gitlab.com/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}.wiki.git
cd ${CI_PROJECT_NAME}.wiki; pwd; ls *
cd ${CI_PROJECT_NAME}.wiki
echo -e "\e[0Ksection_end:`date +%s`:git_clone\r\e[0K"
- |
echo -e "\e[0ksection_start:`date +%s`:find_sed[collapsed=true]\r\e[0KChecking Image Pathes"
@ -93,6 +93,8 @@ build-userguide:
- |
## Now let's make a pdf
gwtc --verbose --toc Home.md --title "GridTracker User's Guide" --logo-img img/GridTracker_logo.png --format pdf --output ../artifacts/docs/ --pdf-page-count --file-name UserGuide .
cd ..
ls ./artifacts/docs
# package binaries and create build artifacts that may be used in later stages
win-packaging: