|
79 | 79 | # Runs a script that creates a Redis client, populates |
80 | 80 | # the client with data, and retrieves data |
81 | 81 | run: node client.js |
82 | | - # Environment variable used by the `client.js` script to create a new Redis client. |
| 82 | + # Environment variables used by the `client.js` script to create a new Redis client. |
83 | 83 | env: |
84 | 84 | # The hostname used to communicate with the Redis service container |
85 | 85 | REDIS_HOST: redis |
@@ -135,7 +135,7 @@ steps: |
135 | 135 | # Runs a script that creates a Redis client, populates |
136 | 136 | # the client with data, and retrieves data |
137 | 137 | run: node client.js |
138 | | - # Environment variable used by the `client.js` script to create a new Redis client. |
| 138 | + # Environment variables used by the `client.js` script to create a new Redis client. |
139 | 139 | env: |
140 | 140 | # The hostname used to communicate with the Redis service container |
141 | 141 | REDIS_HOST: redis |
@@ -193,7 +193,7 @@ jobs: |
193 | 193 | # Runs a script that creates a Redis client, populates |
194 | 194 | # the client with data, and retrieves data |
195 | 195 | run: node client.js |
196 | | - # Environment variable used by the `client.js` script to create |
| 196 | + # Environment variables used by the `client.js` script to create |
197 | 197 | # a new Redis client. |
198 | 198 | env: |
199 | 199 | # The hostname used to communicate with the Redis service container |
@@ -253,7 +253,7 @@ steps: |
253 | 253 | # Runs a script that creates a Redis client, populates |
254 | 254 | # the client with data, and retrieves data |
255 | 255 | run: node client.js |
256 | | - # Environment variable used by the `client.js` script to create |
| 256 | + # Environment variables used by the `client.js` script to create |
257 | 257 | # a new Redis client. |
258 | 258 | env: |
259 | 259 | # The hostname used to communicate with the Redis service container |
|
0 commit comments