Use custom image for building website
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ package:
|
|||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
needs: []
|
needs: []
|
||||||
image: fedora:latest
|
image: registry.gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension:latest
|
||||||
script:
|
script:
|
||||||
- cp -r website public
|
- cp -r website public
|
||||||
- find public -type f -regex '.*\.\(|html\|css\|svg\|png\|woff\|woff2\)$' -exec gzip -f -k {} \;
|
- find public -type f -regex '.*\.\(|html\|css\|svg\|png\|woff\|woff2\)$' -exec gzip -f -k {} \;
|
||||||
|
|||||||
Reference in New Issue
Block a user