From 9c0a615470e43568158ef78f8c09bd5cfd1117fd Mon Sep 17 00:00:00 2001 From: Savva Mitrofanov Date: Thu, 9 Mar 2023 21:20:06 +0600 Subject: [PATCH] Corrects ocbuild branch in docker-compose.yml --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index dd16082f35..89277996a3 100755 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -26,4 +26,4 @@ services: entrypoint: - /bin/bash - -c - - "{ . ~/.edk2_rc.sh && eval \"$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh)\" && curl -o ./efibuild.sh \"https://raw.githubusercontent.com/acidanthera/ocbuild/build-plain-string-args/efibuild.sh\" && rm -f UDK && ln -s `pwd` UDK && touch UDK.ready && . ./efibuild.sh; } || exit 1" + - "{ . ~/.edk2_rc.sh && eval \"$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh)\" && curl -o ./efibuild.sh \"https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh\" && rm -f UDK && ln -s `pwd` UDK && touch UDK.ready && . ./efibuild.sh; } || exit 1"