Skip to content

Commit 8c19300

Browse files
Fixed typo in build script
Change-Id: Ia0fbbc16d4e45c1070c7ee09cb4c8721fc57df3d
1 parent c95bfc5 commit 8c19300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ build-app:
1515
build-server:
1616
image: python:2.7.10
1717
script:
18-
- cd webscokets-server
1918
- pip install virtualenv==13.1.2
19+
- cd websockets-server
2020
- virtualenv --no-site-packages venv
2121
- source venv/bin/activate
2222
- cd server

0 commit comments

Comments
 (0)