Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pavel Kuzin
tower
Commits
c8670bac
Commit
c8670bac
authored
Jul 11, 2017
by
Aleksey Shirokih
Browse files
fix
parent
a401c02c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c8670bac
...
...
@@ -41,8 +41,8 @@ upload:
-
master
-
tags
build_image
:
stage
:
build_image
_debian
build_image
_debian
:
stage
:
build_image
before_script
:
-
export VERSION=$(cat VERSION)
-
export CONTAINER_NAME=$CI_REGISTRY_IMAGE:$CI_BUILD_REF_NAME
...
...
@@ -60,8 +60,8 @@ build_image:
-
master
-
tags
build_image
:
stage
:
build_image
_alpine
build_image
_alpine
:
stage
:
build_image
before_script
:
-
export VERSION=$(cat VERSION)
-
export CONTAINER_NAME=$CI_REGISTRY_IMAGE:$CI_BUILD_REF_NAME_alpine
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment