Changing image across to the one build within GitLab
Changing image across to the one build within GitLab, also moved this across to a variable
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# can use verions as well, like gcc:5.2
|
||||
# see https://hub.docker.com/_/gcc/
|
||||
|
||||
image: havric/noggit-red-build:latest
|
||||
image: $CI_BUILD_IMAGE
|
||||
|
||||
build:
|
||||
stage: build
|
||||
@@ -23,10 +23,6 @@ build:
|
||||
artifacts:
|
||||
paths:
|
||||
- build
|
||||
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
|
||||
# cache:
|
||||
# paths:
|
||||
# - "*.o"
|
||||
only:
|
||||
- web
|
||||
allow_failure: false
|
||||
|
||||
Reference in New Issue
Block a user