Skip to content
Snippets Groups Projects
Commit 7de73476 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark Committed by Neil-Jocelyn Schark
Browse files

wip

parent 9670cdee
No related branches found
No related tags found
1 merge request!773Resolve "Investigate GitLab-CI services don't reach each other"
This commit is part of merge request !773. Comments created here will be created in the context of that merge request.
...@@ -33,7 +33,7 @@ integration-test-gosdn: ...@@ -33,7 +33,7 @@ integration-test-gosdn:
alias: gosdn alias: gosdn
variables: variables:
GOSDN_ADMIN_PASSWORD: TestPassword GOSDN_ADMIN_PASSWORD: TestPassword
#command: ["--config", "/app/configs/integration-test-gosdn.toml", "--security", "secure"] command: ["--config", "/app/configs/integration-test-gosdn.toml", "--security", "secure"]
before_script: before_script:
- bash -c "$(curl -sL https://get-gnmic.openconfig.net)" - bash -c "$(curl -sL https://get-gnmic.openconfig.net)"
script: script:
......
...@@ -5,12 +5,12 @@ FROM ${GOSDN_IMAGE} ...@@ -5,12 +5,12 @@ FROM ${GOSDN_IMAGE}
RUN mkdir /app/ssl RUN mkdir /app/ssl
COPY ./artifacts/ssl/gosdn /app/ssl COPY ./artifacts/ssl/gosdn /app/ssl
COPY .gitlab/ci/start_controller.sh ./start_controller.sh #COPY .gitlab/ci/start_controller.sh ./start_controller.sh
RUN chmod +x start_controller.sh #RUN chmod +x start_controller.sh
RUN apt-get update && apt-get install -y curl bash wget nmap dnsutils iputils-ping #RUN apt-get update && apt-get install -y curl bash wget nmap dnsutils iputils-ping
ENTRYPOINT [ "./start_controller.sh" ] #ENTRYPOINT [ "./start_controller.sh" ]
#FROM debian:bookworm-slim #FROM debian:bookworm-slim
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment