mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #4354 from ynput/bugfix/fix_python_version_folder_name
change 3.7 to 3.9 in folder name
This commit is contained in:
commit
a4ce14ce94
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