Gitlab fiddling

This commit is contained in:
Matthew Baggett 2019-06-12 13:11:17 +02:00
parent 31270ec2c2
commit b691578c91

View file

@ -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