Skip to content

Commit 7ad27b9

Browse files
author
Jacob Hrbek
committed
Clear terminal
1 parent 51d479e commit 7ad27b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitpod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ image:
55
# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/
66
tasks:
77
- init: |
8+
# Clear the terminal from output above
9+
clear
810
printf '\033[31m\033[1mWARNING:\033[0m %s\n' "This is affected by a bug https://github.com/gitpod-io/gitpod/issues/1528, please ignore the blank preview and open the generated website in a browser"
911
printf '\n%s\n' "Press any key to continue.."
1012
read -r something

0 commit comments

Comments
 (0)