diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-18 00:38:38 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-18 00:38:38 +0200 |
commit | d09a776ff62bbed2f35127422c9fa8086ef9a6fb (patch) | |
tree | fe2ddf6540fb7a91125edf9c1a764a77896f5bf0 | |
parent | 776737c74c8ec84d7e8d19067446a09e99b575a0 (diff) |
[tests] another attempt at limiting docker job to parent leap repo
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0821402..61979c81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,7 +65,7 @@ build_docker_image: tags: - docker-in-docker only: - - /^.*@leap\/bitmask-dev/ + - branches@leap/bitmask-dev before_script: - > export LAST_COMMIT=$(curl -s --header "PRIVATE-TOKEN: ${LEAP_CODE_O_MATIC_PRIVATE_TOKEN}" https://0xacab.org/api/v4/projects/574/pipelines | |