Skip to content
Snippets Groups Projects
Commit cbb86815 authored by Armin Felder's avatar Armin Felder
Browse files

d

parent 4bd47751
No related branches found
No related tags found
1 merge request!42Citests
Pipeline #
......@@ -28,5 +28,5 @@ job1:
- docker version
- docker info
script:
- docker run --name db -d mongo:3.0 --smallfiles
- docker run --name rc0640 --link db -d rocketchat/rocket.chat:0.64.0
- docker run --name ci-$(CI_COMMIT_SHA)-db -d mongo:3.0 --smallfiles
- docker run --name rc0640 --link db --env MONGO_URL=mongodb://ci-$(CI_COMMIT_SHA)-db/rocketchat -d rocketchat/rocket.chat:0.64.0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment