Skip to content

Commit e9588b9

Browse files
authored
Copy the cypress config to not interfere with the cs task (#44873)
1 parent a32bae6 commit e9588b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ steps:
135135
environment:
136136
CYPRESS_VERIFY_TIMEOUT: 100000
137137
commands:
138-
- mv cypress.config.dist.mjs cypress.config.mjs
138+
- cp cypress.config.dist.mjs cypress.config.mjs
139139
- npx cypress install
140140
- npx cypress verify
141141

@@ -433,6 +433,6 @@ trigger:
433433

434434
---
435435
kind: signature
436-
hmac: caca91b7aa40832a891260e03c42f8b7fc31b6971d201bf69291a87b158d5ce7
436+
hmac: fedcefde305c98f4dfc926b9039f83692827337da9e689e423c9de93a97248dd
437437

438438
...

0 commit comments

Comments
 (0)