Skip to content

Commit

Permalink
Remove graphviz from documenteer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Aug 7, 2023
1 parent b2b83cf commit 6d2c72d
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions pipelines/sqre/infra/documenteer.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,9 @@ notify.wrap {
relImage = relImage ?: "${dockerRepo}:7-stack-lsst_distrib-${eupsTag}"

def run = {
def meerImage = null
def docTemplateDir = "${pwd()}/doc_template"

stage('build docs') {
def config = util.dedent("""
FROM ${relImage}
USER root
RUN yum -y install graphviz && yum -y clean all
""")

meerImage = "${relImage}-docubase"
util.buildImage(
config: config,
tag: meerImage,
pull: true,
)

dir(docTemplateDir) {
deleteDir()

Expand All @@ -69,7 +54,7 @@ notify.wrap {
])

util.runDocumenteer(
docImage: meerImage,
docImage: relImage,
docTemplateDir: docTemplateDir,
docPull: false,
eupsTag: 'current',
Expand Down

0 comments on commit 6d2c72d

Please sign in to comment.