Skip to content

Commit

Permalink
fixed env reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nedvedba committed Sep 17, 2024
1 parent 892aa20 commit d599623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ end-to-end-core-setup:
- sleep 60
- echo "${REGISTRY}/${IMAGE_TAG}${BRANCH_LOWER}:latest"
- docker container ls
- docker container logs $(CONTAINER_ID)
- docker container logs $CONTAINER_ID
- ./scripts/container_run_test.sh -e -c "1" -t "${REGISTRY}/${IMAGE_TAG}${BRANCH_LOWER}:latest"
- ./scripts/remove_core_container.sh
- ./scripts/remove_datafed_network.sh
Expand Down

0 comments on commit d599623

Please sign in to comment.