Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cool Fire
i2am-website
Commits
2edf55ed
Commit
2edf55ed
authored
Apr 15, 2019
by
Cool Fire (HN)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
One more ditch effort
parent
c561f510
Pipeline
#1463
passed with stage
in 1 minute and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
2edf55ed
---
before_script
:
-
apt-get update
-
apt-get install -y -qq openssh-client rsync wget
git
-
apt-get install -y -qq openssh-client rsync wget
-
wget https://github.com/gohugoio/hugo/releases/download/v0.54.0/hugo_0.54.0_Linux-64bit.deb
-
dpkg -i hugo_0.54.0_Linux-64bit.deb
...
...
@@ -17,8 +17,8 @@ teststuff:
image
:
ubuntu:18.04
script
:
-
ls -lAsh
-
git diff -p -R --no-color
-
git diff -p -R --no-color | grep -E "^(diff|(old|new) mode)" --color=never | git apply
-
mkdir public
-
chmod 700 public
-
hugo -v --gc
-
ls -lAsh
-
ls -lAsh public
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment