fix: Put in timeout hack for dependabot in docker with hex

This commit is contained in:
Robert Prehn 2021-09-15 17:09:02 -05:00
parent 45e836a7a2
commit 313246b062

View file

@ -214,6 +214,7 @@ npm-assets:
- $PACKAGE_MANAGER_SET =~ /(\bnpm|yarn\b)/
mix-admin:
timeout: 3 hours 30 minutes # hopefully temporary hack because hex runs slowly in docker right now
extends: .dependabot_gitlab
variables:
DIRECTORY: "/apps/admin"
@ -223,6 +224,7 @@ mix-admin:
- $PACKAGE_MANAGER_SET =~ /\bmix\b/
mix-app:
timeout: 3 hours 30 minutes # hopefully temporary hack because hex runs slowly in docker right now
extends: .dependabot_gitlab
variables:
DIRECTORY: "/apps/app"
@ -232,6 +234,7 @@ mix-app:
- $PACKAGE_MANAGER_SET =~ /\bmix\b/
mix-core:
timeout: 3 hours 30 minutes # hopefully temporary hack because hex runs slowly in docker right now
extends: .dependabot_gitlab
variables:
DIRECTORY: "/apps/core"
@ -241,6 +244,7 @@ mix-core:
- $PACKAGE_MANAGER_SET =~ /\bmix\b/
mix-content:
timeout: 3 hours 30 minutes # hopefully temporary hack because hex runs slowly in docker right now
extends: .dependabot_gitlab
variables:
DIRECTORY: "/apps/content"