Skip to content

Commit

Permalink
osrdyne: try fix e2e 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ElysaSrc committed Jul 17, 2024
1 parent bac5e77 commit 5d42fe4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -899,9 +899,14 @@ jobs:
set -e
export OSRD_FRONT_MODE=nginx
export TAG='${{ needs.build.outputs.stable_version }}'
services='editoast osrdyne front gateway'
# Inside /docker/osrdyne.yml, replace core_image "osrd-core:dev" with "osrd-core:$TAG"
# to match the version of the core image we just built inside osrdyne
sed -i "s/osrd-core:dev/osrd-core:$TAG/" docker/osrdyne.yml
services='editoast osrdyne front core gateway'
docker compose pull --policy missing $services
docker compose up --no-build -d $services jaeger rabbitmq
docker compose up --no-build -d $services jaeger
env:
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1
Expand Down

0 comments on commit 5d42fe4

Please sign in to comment.