Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
gitlab_to_aptly [2021/05/29 18:47] okias [Predisposition] |
gitlab_to_aptly [2021/06/29 20:36] (current) okias english |
||
|---|---|---|---|
| Line 104: | Line 104: | ||
| get_artifacts() { | get_artifacts() { | ||
| for job in $JOBS; do | for job in $JOBS; do | ||
| - | curl -o ${id}_${job}.zip -H ' | + | BRANCH=" |
| + | curl -o ${id}_${job}.zip -H ' | ||
| unzip ${id}_${job}.zip && \ | unzip ${id}_${job}.zip && \ | ||
| rm ${id}_${job}.zip && \ | rm ${id}_${job}.zip && \ | ||
| Line 159: | Line 160: | ||
| echo "deb https:// | echo "deb https:// | ||
| curl -o / | curl -o / | ||
| - | apt update # shouldn' | + | apt update # shouldn' |
| </ | </ | ||
| now you can install package you desire and test. | now you can install package you desire and test. | ||