summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-03-08 11:45:41 +0100
committervarac <varacanero@zeromail.org>2017-03-08 11:45:41 +0100
commit1f576078520d3f4c6cf7cbd145775424a525e576 (patch)
tree139a54316e54098c54fd5e5e0b1996192bf2ecff
parenta4996bbdb3176d37b45300de36487e4df022a016 (diff)
Remove default vars from .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml22
1 files changed, 6 insertions, 16 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 34eaecc..6c25535 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,17 +3,20 @@ stages:
- package
- test_package
+variables:
+ ARCH: "amd64"
+ DIST: "jessie"
+
.job_template: &job_definition
stage: package
image: "0xacab.org:4567/leap/gitlab-buildpackage:build_${DIST}_${ARCH}"
script:
- - pwd
- - git describe
+ - "pwd; git describe"
- build-build-package
# 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 1h to allow debugging of running container
#- sleep 3600
artifacts:
expire_in: 1w
@@ -31,22 +34,9 @@ stages:
# - tox --recreate
package:amd64:jessie:
- variables:
- #CI_DEBUG_TRACE: "true"
- REPOREMOTE: "gitlab-runner@deb.leap.se"
- REPOURL: "deb.leap.se/gitbuildpackage"
- REPOREMOTE_OPTS: "-p 4422 -o StrictHostKeyChecking=no -i /etc/dockerbuild.id_rsa -o SendEnv=REPOSITORY"
- REPOSITORY: "/srv/gitbuildpackage"
- ARCH: "amd64"
- DIST: "jessie"
- REPOS: "jessie"
- PRE_COMMIT_CMD: "freeze_python_version.sh"
<<: *job_definition
lintian:
- variables:
- ARCH: "amd64"
- DIST: "jessie"
image: "0xacab.org:4567/leap/gitlab-buildpackage:build_${DIST}_${ARCH}"
stage: test_package
script: bash -x build-test-lintian --fail-on-warnings