Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Bastien Gounon
xcache-flusher
Commits
4fddb975
Commit
4fddb975
authored
Oct 15, 2020
by
Bastien Gounon
🐗
Browse files
Reorganize repo files
parent
7c5b6f1c
Pipeline
#87154
passed with stage
in 3 minutes and 18 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
src/files.go
src/files.go
+0
-0
src/main.go
src/main.go
+0
-0
No files found.
.gitlab-ci.yml
View file @
4fddb975
...
...
@@ -2,8 +2,8 @@ build-artifacts:
image
:
golang
stage
:
deploy
script
:
-
go get -v -d .
-
go build -o $CI_PROJECT_NAME .
-
go get -v -d .
/src
-
go build -o $CI_PROJECT_NAME .
/src
artifacts
:
paths
:
-
$CI_PROJECT_NAME
...
...
files.go
→
src/
files.go
View file @
4fddb975
File moved
main.go
→
src/
main.go
View file @
4fddb975
File moved
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