mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-24 18:27:49 +02:00
Corrects ocbuild branch in docker-compose.yml
This commit is contained in:
parent
3f8cfa4d44
commit
9c0a615470
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user