Compare commits

...

12 Commits

Author SHA1 Message Date
Ian Adam Naval
75a1dbfe13 Try making the _site
All checks were successful
the build was successful
2018-07-31 13:37:21 -07:00
Ian Adam Naval
797262138b Fix environment variable not a string
Some checks failed
the build failed
2018-07-31 13:25:51 -07:00
Ian Adam Naval
fd91d8937d Change Jekyll to run as root
Some checks failed
the build failed
2018-07-31 13:25:03 -07:00
Ian Adam Naval
4b801ca606 Add debug ls
Some checks failed
the build failed
2018-07-31 05:17:30 -07:00
Ian Adam Naval
6590455f8f Remove slow Gemfiles
Some checks failed
the build failed
2018-07-31 05:15:52 -07:00
Ian Adam Naval
6374452b9d Add chown to root 2018-07-31 05:15:34 -07:00
Ian Adam Naval
ba72a7940c Simplify as much as possible
Some checks failed
the build failed
2018-07-31 05:12:07 -07:00
Ian Adam Naval
8c810da612 Change to plain Ruby image
Some checks failed
the build failed
2018-07-31 05:02:56 -07:00
Ian Adam Naval
1b45269e49 Add Gemfiles 2018-07-31 05:01:37 -07:00
Ian Adam Naval
8397abe211 Move site to top level 2018-07-31 04:59:25 -07:00
Ian Adam Naval
951ff2f379 Add debug whoami
Some checks failed
the build failed
2018-07-31 04:44:15 -07:00
Ian Adam Naval
9a8179a664 Set initial path to root of workspace
Some checks failed
the build failed
2018-07-31 04:20:23 -07:00
26 changed files with 4 additions and 14 deletions

View File

@ -1,11 +1,6 @@
workspace:
base: /srv/jekyll
path:
pipeline:
build:
image: jekyll/minimal:3.8.3
image: jekyll/jekyll:latest
commands:
- cd ianonavy
- mkdir _site
- jekyll build

9
.gitignore vendored
View File

@ -1,7 +1,2 @@
conf/passwords.txt
database.db
bin/
include/
lib/
lib64
*.pyc
_site
.sass-cache

View File

Before

Width:  |  Height:  |  Size: 689 B

After

Width:  |  Height:  |  Size: 689 B

View File

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB