Skip to content

Commit 435a02f

Browse files
committed
[DSC-2193] Fix pipeline trigger
1 parent 216bee9 commit 435a02f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
push:
1111
branches:
1212
- main-cris
13-
- 'dspace-cris-**'
13+
- 'dspace-cris-*_02_x'
1414
tags:
15-
- 'dspace-cris-*.*.*'
15+
- 'dspace-cris-**'
1616
pull_request:
1717

1818
permissions:

docker/docker-compose-rest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ services:
101101
# * First, run precreate-core to create the core (if it doesn't yet exist). If exists already, this is a no-op
102102
# * Second, copy configsets to this core:
103103
# Updates to Solr configs require the container to be rebuilt/restarted:
104-
# `docker compose -p d7 -f docker/docker-compose.yml -f docker/docker-compose-rest.yml up -d --build dspacesolr`
104+
# `docker compose -p dcris24 -f docker/docker-compose.yml -f docker/docker-compose-rest.yml up -d --build dspacesolr`
105105
entrypoint:
106106
- /bin/bash
107107
- '-c'

0 commit comments

Comments
 (0)