]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-deploy-pull-requests: create a build/build script
authorAndrew Schoen <aschoen@redhat.com>
Fri, 5 Aug 2016 14:28:20 +0000 (09:28 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 5 Aug 2016 14:28:20 +0000 (09:28 -0500)
We need to do it this way so that we can access the value of
VENV from build_utils.sh

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-deploy-pull-requests/build/build [new file with mode: 0644]
ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml

diff --git a/ceph-deploy-pull-requests/build/build b/ceph-deploy-pull-requests/build/build
new file mode 100644 (file)
index 0000000..91088a9
--- /dev/null
@@ -0,0 +1 @@
+cd $WORKSPACE/ceph-deploy && $VENV/tox -rv
index 256aba981e3328b4c2ec949a000ee440442ed826..366908e8757995e1a54778317d8cb0b8fc3fd132 100644 (file)
@@ -80,4 +80,4 @@
           !include-raw:
             - ../../../scripts/build_utils.sh
             - ../../build/setup
-      - shell: "cd $WORKSPACE/ceph-deploy && $WORKSPACE/venv/bin/tox -rv"
+            - ../../build/build