diff options
author | varac <varacanero@zeromail.org> | 2017-03-08 15:03:38 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-03-08 15:03:38 +0100 |
commit | 2ebc801b93c7f1ca2c3348b8eb06ad43c3a019f8 (patch) | |
tree | 2403eee0cb50d7f8bb69f2c47a879293b01ac875 | |
parent | 162637f48c9b6ad7ab261621ac2bcc7119a93109 (diff) |
Branch decides which repo to use in custom-vars
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87f5b67..aeee721 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,6 @@ stages: - build-build-package # Test the package with lintian - build-test-lintian --fail-on-warnings - # Upload packages from the main/default branch to dev-platform deb repo and packaes from all other branches/MRs to the experimental-platform one. - - "[ ${CI_BUILD_REF_NAME} != 'master' ] && export REPOSITORY='/srv/experimental-gitbuildpackage'" - upload-package # sleep 1h to allow debugging of running container #- sleep 3600 |