Skip to content

Commit cbba989

Browse files
committed
Merge branch 'develop' into feat-324/stac-view-of-prip-products
2 parents f16e088 + 7dc2e23 commit cbba989

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-binaries.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,9 @@ jobs:
631631
docker_tag="${{ needs.set-env.outputs.docker_tag }}"
632632
docker_tag="${docker_tag:-latest}" # latest by default
633633
./test-docker-tag.sh "$docker_tag"
634-
docker compose -f docker-compose-test-tag.yml up -d
635-
./run-notebooks.sh "$docker_tag"
634+
docker compose -f docker-compose-test-tag.yml up cicd -d
635+
./run-notebooks.sh
636+
docker compose down -v
636637
637638
shell: bash
638639

0 commit comments

Comments
 (0)