Update azure-pipelines.yaml for Azure Pipelines
This commit is contained in:
parent
e8353f6200
commit
181b18460e
@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2024 Sarah Vaupel <sarah.vaupel@uniworx.de>
|
||||
# SPDX-FileCopyrightText: 2024-2025 Sarah Vaupel <sarah.vaupel@uniworx.de>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
@ -42,7 +42,8 @@ jobs:
|
||||
--build-arg HTTP_PROXY=http://proxy.frankfurt-airport.de:8080
|
||||
--build-arg NO_PROXY='localhost,127.0.0.1,*.docker.internal,*.azmk8s.io,devfra.azurecr.io,devfra.westeurope.data.azurecr.io'
|
||||
--build-arg FROM_IMG=devfra.azurecr.io/de.fraport.build/haskell
|
||||
--build-arg MOUNT_DIR=$(pwd)
|
||||
--build-arg MOUNT_DIR=$(Build.Repository.LocalPath)
|
||||
--build-arg PROJECT_DIR=$(Build.Repository.LocalPath)
|
||||
# -v $(Build.Repository.LocalPath):/mnt/fradrive # supported in podman build, but not in docker build
|
||||
# - job: BuildKitTest
|
||||
# container:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user