Commit d4f829ed authored by David Blaisonneau's avatar David Blaisonneau

Update doc/user/project/web_ide/index.md

parent 2714854b
...@@ -344,7 +344,7 @@ terminal: ...@@ -344,7 +344,7 @@ terminal:
# This can be any image that has the necessary runtime environment for your project. # This can be any image that has the necessary runtime environment for your project.
image: node:10-alpine image: node:10-alpine
before_script: before_script:
- apt-get update - apk update
script: sleep 60 script: sleep 60
variables: variables:
RAILS_ENV: "test" RAILS_ENV: "test"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment