mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Merge branch 'follow-ci-best-practices' into 'master'
Follow GitLab CI best practices See merge request gitlab-org/gitlab-build-images!217
This commit is contained in:
commit
48aab17673
1 changed files with 2 additions and 2 deletions
|
|
@ -3,11 +3,11 @@ include:
|
||||||
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
||||||
|
|
||||||
default:
|
default:
|
||||||
image: docker:git
|
image: docker:20.10.3-git
|
||||||
services:
|
services:
|
||||||
- docker:20.10.3-dind
|
- docker:20.10.3-dind
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u "gitlab-ci-token" -p "$CI_JOB_TOKEN" "$CI_REGISTRY"
|
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
|
||||||
- source scripts/build-helpers.sh
|
- source scripts/build-helpers.sh
|
||||||
- apk add -U bash
|
- apk add -U bash
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue