Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TouHou.FM
Radio Go
Playlist
Commits
cd3df1fb
Commit
cd3df1fb
authored
Sep 16, 2020
by
Daniel Sonck
Browse files
Merge branch 'feature/gitlab-ci' into 'develop'
Feature/gitlab ci See merge request
!1
parents
d0f9f0a4
04b8b1ef
Pipeline
#89
passed with stage
in 8 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cd3df1fb
...
...
@@ -2,10 +2,16 @@ stages:
-
build
-
deploy
cache
:
paths
:
-
.go
build
:
stage
:
build
script
:
-
./build-docker.sh docker2.touhou.fm
after_script
:
-
chmod u+rwx .go -R
artifacts
:
paths
:
-
playlist.version.auto.tfvars
...
...
build-docker.sh
View file @
cd3df1fb
...
...
@@ -14,6 +14,7 @@ EOC
echo
"Building version:
$VERSION
"
mkdir
-p
.redo
mkdir
-p
.go
mkdir
-p
target
BUILD_DIR
=
/build
...
...
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