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
04b8b1ef
Commit
04b8b1ef
authored
Sep 16, 2020
by
Daniel Sonck
Browse files
Use cache for go files
parent
d0f9f0a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
04b8b1ef
...
...
@@ -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 @
04b8b1ef
...
...
@@ -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