fix bug
This commit is contained in:
@@ -402,7 +402,6 @@ func UpdateDevContainerByDocker(ctx context.Context, devContainerInfo *devcontai
|
||||
return err
|
||||
}
|
||||
defer cli.Close()
|
||||
|
||||
// update容器
|
||||
imageRef := updateInfo.RepositoryAddress + "/" + updateInfo.RepositoryUsername + "/" + updateInfo.ImageName
|
||||
configurationString, err := GetDevcontainerConfigurationString(ctx, repo.Repository)
|
||||
|
||||
@@ -25,7 +25,7 @@ case $DEVCONTAINER_STATUS in
|
||||
;;
|
||||
esac
|
||||
git clone $RepoLink $WorkSpace
|
||||
echo -e "033[31mCreation completed. Please refresh the page to connect to the devcontainer\033[0m";
|
||||
echo "\033[31mCreation completed. Please refresh the page to connect to the devcontainer\033[0m";
|
||||
sh -c "tail -f /dev/null"
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user