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
237b776d
Commit
237b776d
authored
Jul 11, 2017
by
Aleksey Shirokih
Browse files
speedup build
parent
c8670bac
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
237b776d
...
...
@@ -42,7 +42,7 @@ upload:
-
tags
build_image_debian
:
stage
:
build
_image
stage
:
build
before_script
:
-
export VERSION=$(cat VERSION)
-
export CONTAINER_NAME=$CI_REGISTRY_IMAGE:$CI_BUILD_REF_NAME
...
...
@@ -61,7 +61,7 @@ build_image_debian:
-
tags
build_image_alpine
:
stage
:
build
_image
stage
:
build
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