Skip to content

Commit

Permalink
temporarily disable build-component
Browse files Browse the repository at this point in the history
Remove this step for faster testing of autodeployment
  • Loading branch information
heinpa committed Jun 27, 2024
1 parent 7d89668 commit 6de5885
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/autodeployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ on:
jobs:
test-component:
uses: ./.github/workflows/test-component.yml
build-component:
needs: test-component
uses: ./.github/workflows/build-component.yml
secrets: inherit
# build-component:
# needs: test-component
# uses: ./.github/workflows/build-component.yml
# secrets: inherit
deploy-component:
needs: build-component
# needs: build-component
needs: test-component
uses: ./.github/workflows/deploy-component.yml
secrets: inherit
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
SPRING_BOOT_ADMIN_URL=http://demos.swe.htwk-leipzig.de:40111/
SERVER_HOST=http://demos.swe.htwk-leipzig.de
SERVER_PORT=40175
SPRING_BOOT_ADMIN_USERNAME=admin
SPRING_BOOT_ADMIN_PASSWORD=admin
SERVICE_NAME_COMPONENT=QB-KGQAn-DBpedia
SERVICE_DESCRIPTION_COMPONENT="Answers questions using KGQAn over DBpedia"
5 changes: 5 additions & 0 deletions service_config/files/qb-kgqanwrapper-wikidata
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SPRING_BOOT_ADMIN_URL=http://demos.swe.htwk-leipzig.de:40111/
SERVER_HOST=http://demos.swe.htwk-leipzig.de
SERVER_PORT=40176
SERVICE_NAME_COMPONENT=QB-KGQAn-Wikidata
SERVICE_DESCRIPTION_COMPONENT="Answers questions using KGQAn over Wikidata"

0 comments on commit 6de5885

Please sign in to comment.