Skip to content
Snippets Groups Projects
Commit 342d3dd5 authored by Pascal Osterwinter's avatar Pascal Osterwinter
Browse files

Fix: changed dockerfile_path not to include the project dir so exists: works...

Fix: changed dockerfile_path not to include the  project dir so exists:  works since it checks relative to project dir planning#1388.
parent 227c230b
No related branches found
No related tags found
1 merge request!18fix sbom upload rule
......@@ -65,7 +65,7 @@ variables:
image: $DOCKER_REGISTRY_READ/fit-connect/baseimage:latest
variables:
DTRACK_API_URL: "https://dtrack.fit-connect.dev/api/v1"
DOCKERFILE_PATH: "${CI_PROJECT_DIR}/Dockerfile"
DOCKERFILE_PATH: "Dockerfile"
script:
- >-
curl --silent --fail -X POST "${DTRACK_API_URL}/bom"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment