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
image: ethcore/rust-armv6:latest
only:
- beta
- tags
- stable
# - beta
# - tags
# - stable
- triggers
script:
- export CC=arm-linux-gnueabi-gcc