Skip to content

Commit

Permalink
redoing commits of dspace-7.2 based customer/uk branch to have a clea…
Browse files Browse the repository at this point in the history
…n history

Merge commit 'b8e9e929' into customer/uk
  • Loading branch information
kosarko committed Nov 11, 2024
2 parents dea3430 + f0573b2 commit d32c479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
# Direct that step to utilize a DSpace REST service that has been started in docker.
# Spin up UI on 127.0.0.1 to avoid host resolution issues in e2e tests with Node 18+
INSTANCE: '2'
DSPACE_CI_IMAGE: 'ufal/dspace:dspace-7_x-test'
DSPACE_SOLR_IMAGE: ufal/dspace-solr:dspace-7_x
DSPACE_CI_IMAGE: 'ufal/dspace:customer-uk-test'
DSPACE_SOLR_IMAGE: ufal/dspace-solr:customer-uk
DSPACE_REST_HOST: 127.0.0.1
DSPACE_REST_PORT: 8080
DSPACE_REST_NAMESPACE: '/server'
Expand Down
2 changes: 1 addition & 1 deletion scripts/sourceversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# It must also cooperate with argparse

# the idea is, that this will be different on each branch, but could be possibly passed by argv/argparse
RELEASE_TAG_BASE='none'
RELEASE_TAG_BASE='drruk'

def get_time_in_timezone(zone: str = "Europe/Bratislava"):
try:
Expand Down

0 comments on commit d32c479

Please sign in to comment.