Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
netsplit.uk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mike Jones
netsplit.uk
Commits
e8feb382
Verified
Commit
e8feb382
authored
Feb 05, 2019
by
Mike Jones
🌶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Gitlab-CI base file
parent
40ecb511
Pipeline
#160
passed with stages
in 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
23 deletions
+23
-23
.drone.yml
.drone.yml
+0
-23
.gitlab-ci.yml
.gitlab-ci.yml
+23
-0
No files found.
.drone.yml
deleted
100644 → 0
View file @
40ecb511
---
kind
:
pipeline
name
:
default
platform
:
os
:
linux
arch
:
amd64
workspace
:
base
:
/opt
path
:
website
steps
:
-
name
:
build
pull
:
default
image
:
n7st/drone-hugo:0.53
url
:
https://netsplit.uk
validate
:
true
buildDrafts
:
false
buildExpired
:
false
buildFuture
:
false
...
.gitlab-ci.yml
0 → 100644
View file @
e8feb382
image
:
dettmering/hugo-build:0.53
variables
:
url
:
https://netsplit.uk/
before_script
:
-
echo "Test\n";
stages
:
-
generate
-
deploy
generate
:
stage
:
generate
script
:
-
echo "Test generate\n"
-
hugo version
deploy
:
stage
:
deploy
script
:
-
echo "Test deploy\n"
-
hugo version
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