Update launch_progress.js
This commit is contained in:
@@ -2014,7 +2014,9 @@ async function downloadDockerCompose(repo, branch) {
|
||||
const result = await response.json();
|
||||
return {
|
||||
success: true,
|
||||
content: result.content
|
||||
content: result.content,
|
||||
commit_hash: result.commit_hash,
|
||||
latest_tag: result.latest_tag
|
||||
};
|
||||
} catch (error) {
|
||||
console.error('Error downloading docker-compose.yml:', error);
|
||||
|
||||
Reference in New Issue
Block a user