mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
added gocache path to tmp
This commit is contained in:
parent
4291a55bf1
commit
3ac13f4c02
@ -55,7 +55,7 @@ jobs:
|
||||
install: docker pull squidfunk/mkdocs-material:3.0.4
|
||||
before_script:
|
||||
- documentation/bin/createDocu.sh
|
||||
- docker run -u `id -u`:`id -g` --rm -it -v ${TRAVIS_BUILD_DIR}:/docu-gen golang sh -c "go get github.com/SAP/jenkins-library@${TRAVIS_BRANCH} && go run /docu-gen/pkg/generator/step-metadata.go --docuDir=/docu-gen/documentation/docs/steps --docuGen=true "
|
||||
- docker run -u `id -u`:`id -g` --rm -it -e GOCACHE=/tmp -v ${TRAVIS_BUILD_DIR}:/docu-gen golang sh -c "go get github.com/SAP/jenkins-library/... && go run /docu-gen/pkg/generator/step-metadata.go --docuDir=/docu-gen/documentation/docs/steps --docuGen=true "
|
||||
script:
|
||||
- docker run -u `id -u`:`id -g` --rm -it -v ${TRAVIS_BUILD_DIR}/documentation:/docs squidfunk/mkdocs-material:3.0.4 build --clean --strict
|
||||
after_script:
|
||||
|
Loading…
Reference in New Issue
Block a user