Skip to content

Commit 2c49db5

Browse files
committed
Improving gitpod file
[skip ci]
1 parent 897e568 commit 2c49db5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitpod.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tasks:
2-
- name: Show README link
3-
before: echo "Try out Selenium Grid in Docker by following https://github.com/SeleniumHQ/docker-selenium#execution-modes"
4-
- name: Build instructions
5-
before: echo "To build all images, run 'make all'. See more instructions at https://github.com/SeleniumHQ/docker-selenium/wiki/Building-your-own-images"
2+
- name: Show README link and build instructions
3+
before: |
4+
echo "Try out Selenium Grid in Docker by following https://github.com/SeleniumHQ/docker-selenium#execution-modes"
5+
echo "To build all images, run 'make all'. See more instructions at https://github.com/SeleniumHQ/docker-selenium/wiki/Building-your-own-images"
66

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ the flag `--shm-size=2g` to use the host's shared memory.
7676
:point_up: Always use a Docker image with a full tag to pin a specific browser and Grid version.
7777
See [Tagging Conventions](https://github.com/SeleniumHQ/docker-selenium/wiki/Tagging-Convention) for details.
7878

79-
Try them out in a ready to use GitPod environment!
79+
### Try them out in a ready to use GitPod environment!
8080

8181
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/SeleniumHQ/docker-selenium)
8282

0 commit comments

Comments
 (0)