fix: Fix syntax in .gitlab-ci.yml

This commit is contained in:
Robert Prehn 2021-06-23 09:59:19 -05:00
parent b5a5ede965
commit 038e2896b3

View file

@ -109,7 +109,7 @@ deploy_commit_image_to_tag:
- docker push $CI_REGISTRY_IMAGE:$BUILD_VERSION$IMAGE_TYPE
- docker push $CI_REGISTRY_IMAGE:latest$IMAGE_TYPE
.dependabot-gitlab:
.dependabot_gitlab: &dependabot_gitlab
image:
name: docker.io/andrcuns/dependabot-gitlab:0.4.3
entrypoint: [""]
@ -128,19 +128,19 @@ deploy_commit_image_to_tag:
# - schedules
npm:
extends: .dependabot-gitlab
<<: *dependabot_gitlab
# only:
# variables:
# - $PACKAGE_MANAGER_SET =~ /(\bnpm|yarn\b)/
mix:
extends: .dependabot-gitlab
<<: *dependabot_gitlab
# only:
# variables:
# - $PACKAGE_MANAGER_SET =~ /\bmix\b/
docker:
extends: .dependabot-gitlab
<<: *dependabot_gitlab
# only:
# variables:
# - $PACKAGE_MANAGER_SET =~ /\bdocker\b/