You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"Could not update codespace with tag $tag. Try again later."
13
24
exit 1
14
25
fi
15
-
command50 github.codespaces.rebuildEnvironment
26
+
27
+
# Trigger rebuild
28
+
ifcommand -v gh &> /dev/null;then
29
+
30
+
# Use gh cli to rebuild if available
31
+
gh cs rebuild --repo $GITHUB_REPOSITORY --full
32
+
echo"Your codespace is now being rebuilt, please keep the browser window open and wait for it to reload.\nDo not perform any actions until the rebuild is complete."
echo"Your codespace is now being rebuilt, please keep the browser window open and wait for it to reload.\nDo not perform any actions until the rebuild is complete."
0 commit comments