Skip to content

Commit 53c20bc

Browse files
author
Jippen
committed
Update .gitlab-ci.yml
1 parent b5f4492 commit 53c20bc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,13 @@ test:
1717
stage: test
1818
script:
1919
- npm run build-prod
20-
artifacts:
21-
paths:
22-
- "../public/verify"
2320
except:
2421
- master
2522

2623
pages:
2724
stage: deploy
2825
script:
2926
- npm run build-prod
30-
artifacts:
31-
paths:
32-
- "../public/verify"
3327
only:
3428
- master
3529

0 commit comments

Comments
 (0)