Skip to content

Commit 7546a65

Browse files
committed
Fix gitlab-ci
1 parent cc8172f commit 7546a65

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitlab/backend-springboot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ build_backend_springboot:
3636
- backend-springboot/target/*.jar
3737
- backend-springboot/target/*.war
3838
expire_in: 7 days
39-
rules:
40-
- changes: [backend-springboot/**]
39+
# rules:
40+
# - changes: [backend-springboot/**]

.gitlab/frontend-angular.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ build_frontend:
4646
paths:
4747
- frontend-angular/dist
4848
expire_in: 7 days
49-
rules:
50-
- changes: [frontend-angular/**]
49+
# rules:
50+
# - changes: [frontend-angular/**]

0 commit comments

Comments
 (0)