mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
change 3.7 -> 3.9 in folder name
This commit is contained in:
parent
e3ebd74676
commit
902d978bac
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ main () {
|
|||
echo -e "${BIGreen}>>>${RST} Copying build from container ..."
|
||||
create_container
|
||||
echo -e "${BIYellow}---${RST} Copying ..."
|
||||
docker cp "$cid:/opt/openpype/build/exe.linux-x86_64-3.7" "$openpype_root/build"
|
||||
docker cp "$cid:/opt/openpype/build/exe.linux-x86_64-3.9" "$openpype_root/build"
|
||||
docker cp "$cid:/opt/openpype/build/build.log" "$openpype_root/build"
|
||||
if [ $? -ne 0 ] ; then
|
||||
echo -e "${BIRed}!!!${RST} Copying failed."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue