Skip to content
Snippets Groups Projects
Commit 9d6721cb authored by jurgenhaas's avatar jurgenhaas
Browse files

Initial code

parent beddd4a9
No related branches found
No related tags found
No related merge requests found
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
build-master:
stage: build
script:
- docker build --pull -t $CI_REGISTRY_IMAGE .
- docker push $CI_REGISTRY_IMAGE
only:
- master
FROM registry.lakedrops.com/docker/gitlab-drupal-ci
LABEL com.example.vendor="LakeDrops" \
maintainer="juergen.haas@lakedrops.com" \
version="1.0.0" \
description="Drupal development environment from LakeDrops."
ENV LAKEDROPS_DEV_ENV 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment