Gitlab fiddling
This commit is contained in:
parent
ec78dd1880
commit
45e4b153a4
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ before_script:
|
|||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||
- sh generate_makefile.sh
|
||||
- make -f Makefile.working prepare
|
||||
- printenv
|
||||
- printenv | sort
|
||||
|
||||
after_script:
|
||||
- rm Makefile.working
|
||||
|
|
@ -23,6 +23,6 @@ build:marshall:master:
|
|||
stage: build
|
||||
script:
|
||||
- make -f Makefile.working build-marshall
|
||||
- make -f Makefile.working push-marshall
|
||||
- GIT_BRANCH=$(CI_COMMIT_REF_SLUG) make -f Makefile.working push-marshall
|
||||
only:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Reference in a new issue