summaryrefslogtreecommitdiff
path: root/post-build-create-image-manifest.sh
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-06-19 19:49:49 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-06-19 19:49:49 +0300
commit65bf26982ac581cb9787abaca45210b2f4b428fa (patch)
tree6d3b988f0147ca4dff58251e425b4196385d17d5 /post-build-create-image-manifest.sh
parent67611e5d03dfb6a44f2593e8464f57e34e225788 (diff)
Revert to previous behavior
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'post-build-create-image-manifest.sh')
-rw-r--r--post-build-create-image-manifest.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/post-build-create-image-manifest.sh b/post-build-create-image-manifest.sh
index d240cc0..4506b18 100644
--- a/post-build-create-image-manifest.sh
+++ b/post-build-create-image-manifest.sh
@@ -1,8 +1,7 @@
#!/bin/bash
# provide manifest for images
-branch=${1:-master}
-cd $branch/build/tmp-eglibc/deploy/images/
+cd build/tmp-eglibc/deploy/images/
for img in *.tar.gz
do
if ! [ -h $img ] ; then