Update gitlab-ci

armv6 only triggers
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-11-30 16:15:45 +07:00 committed by GitHub
parent 21ed95d0a1
commit 79e79473bf

View File

@ -231,9 +231,9 @@ linux-armv6:
stage: build stage: build
image: ethcore/rust-armv6:latest image: ethcore/rust-armv6:latest
only: only:
- beta # - beta
- tags # - tags
- stable # - stable
- triggers - triggers
script: script:
- export CC=arm-linux-gnueabi-gcc - export CC=arm-linux-gnueabi-gcc