Update .gitlab-ci.yml
This commit is contained in:
@@ -5,11 +5,11 @@ stages:
|
||||
#- package
|
||||
- release
|
||||
|
||||
|
||||
variables:
|
||||
artifacts_job_name: "build"
|
||||
|
||||
build:
|
||||
stage: build
|
||||
variables:
|
||||
artifacts_job_name: $CI_JOB_NAME
|
||||
script:
|
||||
- mkdir -p build
|
||||
- cd build
|
||||
|
||||
Reference in New Issue
Block a user