Gitlab fiddling
This commit is contained in:
parent
31270ec2c2
commit
b691578c91
1 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +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
|
||||
- export GIT_BRANCH=$CI_COMMIT_REF_SLUG
|
||||
- printenv | sort
|
||||
|
||||
after_script:
|
||||
|
|
@ -23,6 +24,6 @@ build:marshall:master:
|
|||
stage: build
|
||||
script:
|
||||
- make -f Makefile.working build-marshall
|
||||
- GIT_BRANCH=$CI_COMMIT_REF_SLUG make -f Makefile.working push-marshall
|
||||
- make -f Makefile.working push-marshall
|
||||
only:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Reference in a new issue