fix: Put in timeout hack for dependabot in docker with hex
This commit is contained in:
parent
45e836a7a2
commit
313246b062
1 changed files with 4 additions and 0 deletions
|
@ -214,6 +214,7 @@ npm-assets:
|
||||||
- $PACKAGE_MANAGER_SET =~ /(\bnpm|yarn\b)/
|
- $PACKAGE_MANAGER_SET =~ /(\bnpm|yarn\b)/
|
||||||
|
|
||||||
mix-admin:
|
mix-admin:
|
||||||
|
timeout: 3 hours 30 minutes # hopefully temporary hack because hex runs slowly in docker right now
|
||||||
extends: .dependabot_gitlab
|
extends: .dependabot_gitlab
|
||||||
variables:
|
variables:
|
||||||
DIRECTORY: "/apps/admin"
|
DIRECTORY: "/apps/admin"
|
||||||
|
@ -223,6 +224,7 @@ mix-admin:
|
||||||
- $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
- $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
||||||
|
|
||||||
mix-app:
|
mix-app:
|
||||||
|
timeout: 3 hours 30 minutes # hopefully temporary hack because hex runs slowly in docker right now
|
||||||
extends: .dependabot_gitlab
|
extends: .dependabot_gitlab
|
||||||
variables:
|
variables:
|
||||||
DIRECTORY: "/apps/app"
|
DIRECTORY: "/apps/app"
|
||||||
|
@ -232,6 +234,7 @@ mix-app:
|
||||||
- $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
- $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
||||||
|
|
||||||
mix-core:
|
mix-core:
|
||||||
|
timeout: 3 hours 30 minutes # hopefully temporary hack because hex runs slowly in docker right now
|
||||||
extends: .dependabot_gitlab
|
extends: .dependabot_gitlab
|
||||||
variables:
|
variables:
|
||||||
DIRECTORY: "/apps/core"
|
DIRECTORY: "/apps/core"
|
||||||
|
@ -241,6 +244,7 @@ mix-core:
|
||||||
- $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
- $PACKAGE_MANAGER_SET =~ /\bmix\b/
|
||||||
|
|
||||||
mix-content:
|
mix-content:
|
||||||
|
timeout: 3 hours 30 minutes # hopefully temporary hack because hex runs slowly in docker right now
|
||||||
extends: .dependabot_gitlab
|
extends: .dependabot_gitlab
|
||||||
variables:
|
variables:
|
||||||
DIRECTORY: "/apps/content"
|
DIRECTORY: "/apps/content"
|
||||||
|
|
Loading…
Reference in a new issue