aboutsummaryrefslogtreecommitdiffstats
path: root/jobs
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-04-27 14:15:54 +0200
committerOliver Smith <osmith@sysmocom.de>2021-04-29 16:04:00 +0200
commite660339f2e62efd5021df4e89bebf03dd7f238ce (patch)
tree27d2eaedfbf623ca4a109c4667e2293aeef80d4c /jobs
parent3c31513bccb687108423913d0c8bc320d8f21c70 (diff)
OBS: require PROJ environment variable to be set
Uploading to network:osmocom:* should only be done when these scripts are running in the Osmocom jenkins. Remove the default and require users of the script to explicitly set PROJ. Related: SYS#5370 Change-Id: If49ce217e77716b63dfde9139e869672a54b66a2
Diffstat (limited to 'jobs')
-rw-r--r--jobs/osmocom-obs.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jobs/osmocom-obs.yml b/jobs/osmocom-obs.yml
index 4d165d6..9bdadeb 100644
--- a/jobs/osmocom-obs.yml
+++ b/jobs/osmocom-obs.yml
@@ -26,7 +26,8 @@
description: osmo-ci.git branch
default: 'refs/remotes/origin/master'
builders:
- - shell:
+ - shell: |
+ export PROJ=network:osmocom:{type}
./scripts/osmocom-{type}-packages.sh
scm:
- git: