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
Toggle navigation
Open sidebar
GDW-SS-18
to-the-surface
Commits
66925e00
Commit
66925e00
authored
Oct 08, 2018
by
Oliver Biwer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
71a616d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
.gitlab-ci.yml
.gitlab-ci.yml
+13
-11
No files found.
.gitlab-ci.yml
View file @
66925e00
image
:
alpine:latest
pages
:
stage
:
deploy
script
:
-
echo 'Nothing to do...'
artifacts
:
paths
:
-
Build/WebGL/ToTheSurface
only
:
-
master
image
:
alpine:latest
pages
:
stage
:
deploy
script
:
-
mkdir .public
-
cp -r Build/WebGL/ToTheSurface/* .public
-
mv .public public
artifacts
:
paths
:
-
public
only
:
-
master
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