Chandan Singh pushed to branch master at BuildStream / buildstream
Commits:
1 changed file:
Changes:
| ... | ... | @@ -26,15 +26,6 @@ source_dist: |
| 26 | 26 |
- tar -ztf dist/*
|
| 27 | 27 |
- tarball=$(cd dist && echo $(ls *))
|
| 28 | 28 |
|
| 29 |
- # Create an installer script
|
|
| 30 |
- - |
|
|
| 31 |
- cat > dist/install.sh << EOF
|
|
| 32 |
- #!/bin/sh
|
|
| 33 |
- tar -zxf ${tarball}
|
|
| 34 |
- cd ${tarball%.tar.gz}
|
|
| 35 |
- pip3 install --no-index .
|
|
| 36 |
- EOF
|
|
| 37 |
- |
|
| 38 | 29 |
# unpack tarball as `dist/buildstream` directory
|
| 39 | 30 |
- |
|
| 40 | 31 |
cat > dist/unpack.sh << EOF
|
| ... | ... | @@ -44,7 +35,6 @@ source_dist: |
| 44 | 35 |
EOF
|
| 45 | 36 |
|
| 46 | 37 |
# Make our helpers executable
|
| 47 |
- - chmod +x dist/install.sh
|
|
| 48 | 38 |
- chmod +x dist/unpack.sh
|
| 49 | 39 |
artifacts:
|
| 50 | 40 |
paths:
|
