Skip to content

Commit

Permalink
trying to init dtc and deleting cfg file
Browse files Browse the repository at this point in the history
  • Loading branch information
MWesterholz authored Sep 11, 2024
1 parent 1f05bd3 commit e97217d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ RUN \
sed -i '15s/DTC_VERSION:=3.4.0/DTC_VERSION:=3.4.1/' dtcw && \
./dtcw install doctoolchain; \
./dtcw install java; \
cd /.doctoolchain/docToolchain-3.4.0/core/src/main/groovy/org/docToolchain/tasks && \
sed -i '478s/^/def/' Asciidoc2ConfluenceTask.groovy; \
./dtcw tasks --group doctoolchain; \
rm docToolchainConfig.groovy -f ; \
#cd /.doctoolchain/docToolchain-3.4.0/core/src/main/groovy/org/docToolchain/tasks && \
#sed -i '478s/^/def/' Asciidoc2ConfluenceTask.groovy; \
# Install community.general collection, it contains the 'archive' module used in the doctoolchain playbook
ansible-galaxy collection install community.general;

Expand Down

0 comments on commit e97217d

Please sign in to comment.