kopia lustrzana https://gitlab.com/sane-project/website
Fix CI build and keep snapshots out of version control
The snapshots/create-index.sh script now "creates" the directory.merge-requests/1/head
rodzic
6b3df0131c
commit
dba0b67eca
|
@ -1,2 +1,3 @@
|
|||
*~
|
||||
|
||||
snapshots/*.tar.gz
|
||||
snapshots/index.html
|
||||
|
|
|
@ -9,7 +9,6 @@ pages:
|
|||
- mkdir .public
|
||||
- mv * .public/
|
||||
- mv .public public
|
||||
- mkdir public/snapshots
|
||||
- wget --quiet -O public/snapshots/sane-backends-git$(date +%F).tar.gz $URL/backends/repository/master/archive.tar.gz
|
||||
- wget --quiet -O public/snapshots/sane-frontends-git$(date +%F).tar.gz $URL/frontends/repository/master/archive.tar.gz
|
||||
- wget --quiet -O backends.zip $URL/backends/-/jobs/artifacts/master/download?job=archive
|
||||
|
|
Ładowanie…
Reference in New Issue