Skip to content
Snippets Groups Projects
Commit 022f0797 authored by Eduardo Alvarez Fernandez's avatar Eduardo Alvarez Fernandez
Browse files

Update .gitlab-ci.yml

parent 77be1bda
Branches
Tags
No related merge requests found
variables:
NO_CACHE: 'true'
stages:
- build
- build_tag
- build_stable
build_latest:
stage: build
......@@ -12,7 +13,7 @@ build_latest:
script: 'echo "Building Docker image..."' # unused but this line is required by GitLab CI
build_tag:
stage: build_tag
stage: build
only:
- tags
tags:
......@@ -25,7 +26,7 @@ build_tag:
build_stable:
stage: build_stable
stage: build
when: manual
only:
- tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment