Skip to content

Commit 3994ecb

Browse files
committed
remove extra dot pointing to current directory
1 parent bd5ac04 commit 3994ecb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.circleci/config.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
at: ~/
5252
- run:
5353
name: Run jasmine tests (part A)
54-
command: ./.circleci/test.sh no-gl-jasmine
54+
command: .circleci/test.sh no-gl-jasmine
5555

5656
webgl-jasmine:
5757
docker:
@@ -64,7 +64,7 @@ jobs:
6464
at: ~/
6565
- run:
6666
name: Run jasmine tests (part B)
67-
command: ./.circleci/test.sh webgl-jasmine
67+
command: .circleci/test.sh webgl-jasmine
6868

6969
flaky-no-gl-jasmine:
7070
docker:
@@ -76,7 +76,7 @@ jobs:
7676
at: ~/
7777
- run:
7878
name: Run jasmine tests (part C)
79-
command: ./.circleci/test.sh flaky-no-gl-jasmine
79+
command: .circleci/test.sh flaky-no-gl-jasmine
8080

8181
make-baselines:
8282
parallelism: 4
@@ -106,15 +106,15 @@ jobs:
106106
command: sudo apt install fonts-noto-cjk
107107
- run:
108108
name: download google fonts e.g. Dosis, GravitasOne, NotoSansMono, NotoSans, NotoSerif, Old_Standard_TT, PT_Sans_Narrow, Raleway and Roboto
109-
command: python3 ./.circleci/download_google_fonts.py
109+
command: python3 .circleci/download_google_fonts.py
110110
- run:
111111
name: install downloaded google fonts
112112
command: |
113113
sudo cp -r .circleci/fonts/ /usr/share/
114114
sudo fc-cache -f
115115
- run:
116116
name: create all png files
117-
command: ./.circleci/test.sh make-baselines
117+
command: .circleci/test.sh make-baselines
118118
- persist_to_workspace:
119119
root: ~/
120120
paths:
@@ -129,7 +129,7 @@ jobs:
129129
at: ~/
130130
- run:
131131
name: compare pixels
132-
command: ./.circleci/test.sh test-image ; find build -maxdepth 1 -type f -delete
132+
command: .circleci/test.sh test-image ; find build -maxdepth 1 -type f -delete
133133
- store_artifacts:
134134
path: build
135135
destination: /
@@ -198,7 +198,7 @@ jobs:
198198
at: ~/
199199
- run:
200200
name: Run syntax tests on source files
201-
command: ./.circleci/test.sh source-syntax
201+
command: .circleci/test.sh source-syntax
202202

203203
jasmine-bundle:
204204
docker:
@@ -210,7 +210,7 @@ jobs:
210210
at: ~/
211211
- run:
212212
name: Run jasmine tests (part D)
213-
command: ./.circleci/test.sh jasmine-bundle
213+
command: .circleci/test.sh jasmine-bundle
214214

215215
publish-dist:
216216
docker:

0 commit comments

Comments
 (0)