Skip to content

Commit

Permalink
Merge pull request #1 from the-maux/master
Browse files Browse the repository at this point in the history
features(ci) add gitlab-ci.yml file
  • Loading branch information
the-maux authored Apr 3, 2019
2 parents b677c0e + 7a57cdc commit e88dbe3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
stages:
- docker-image

include:
- project: "adeotech/lmfr/gitlab-ci-lib"
file: "Docker.gitlab-ci.yml"

docker-image-dev:
extends: .docker-image
variables:
JFROG_DOCKER_URL: ${JFROG_DOCKER_DEV_URL}

docker-image-release:
extends: .docker-image
variables:
JFROG_DOCKER_URL: ${JFROG_DOCKER_RELEASE_URL}
only:
- tags

0 comments on commit e88dbe3

Please sign in to comment.